Interface ServiceTaskInstallFormView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<ServiceTaskInstallFormView.Presenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<ServiceTaskInstallFormView.Presenter>
- All Known Implementing Classes:
ServiceTaskInstallFormViewImpl
public interface ServiceTaskInstallFormView extends org.uberfire.client.mvp.UberView<ServiceTaskInstallFormView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServiceTaskInstallFormView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhide()voidhideInstallBusy()voidshow(String serviceTaskId, String target, List<String> parameters, String referenceLink)voidshowInstallBusy()
-