Class BranchSelectorPopUpView
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.widgets.example.branchselector.BranchSelectorPopUpView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,BranchSelectorPopUpPresenter.View,org.uberfire.client.mvp.HasPresenter<BranchSelectorPopUpPresenter>,org.uberfire.client.mvp.UberElemental<BranchSelectorPopUpPresenter>,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
@Templated public class BranchSelectorPopUpView extends Object implements BranchSelectorPopUpPresenter.View, org.jboss.errai.ui.client.local.api.elemental2.IsElement
-
-
Constructor Summary
Constructors Constructor Description BranchSelectorPopUpView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAtLeastMainIsRequiredMessage()elemental2.dom.HTMLElementgetBranchSelectorContainer()StringgetMainIsRequiredMessage()voidhide()voidhideBusyIndicator()voidinit(BranchSelectorPopUpPresenter presenter)voidshow()voidshowBusyIndicator(String message)voidshowError(String errorMessage)
-
-
-
Method Detail
-
init
public void init(BranchSelectorPopUpPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<BranchSelectorPopUpPresenter>
-
getBranchSelectorContainer
public elemental2.dom.HTMLElement getBranchSelectorContainer()
- Specified by:
getBranchSelectorContainerin interfaceBranchSelectorPopUpPresenter.View
-
showError
public void showError(String errorMessage)
- Specified by:
showErrorin interfaceBranchSelectorPopUpPresenter.View
-
getMainIsRequiredMessage
public String getMainIsRequiredMessage()
- Specified by:
getMainIsRequiredMessagein interfaceBranchSelectorPopUpPresenter.View
-
getAtLeastMainIsRequiredMessage
public String getAtLeastMainIsRequiredMessage()
- Specified by:
getAtLeastMainIsRequiredMessagein interfaceBranchSelectorPopUpPresenter.View
-
show
public void show()
- Specified by:
showin interfaceBranchSelectorPopUpPresenter.View
-
hide
public void hide()
- Specified by:
hidein interfaceBranchSelectorPopUpPresenter.View
-
showBusyIndicator
public void showBusyIndicator(String message)
- Specified by:
showBusyIndicatorin interfaceorg.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
hideBusyIndicator
public void hideBusyIndicator()
- Specified by:
hideBusyIndicatorin interfaceorg.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
-