Interface BranchSelectorPopUpPresenter.View
-
- All Superinterfaces:
org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,org.uberfire.client.mvp.HasPresenter<BranchSelectorPopUpPresenter>,org.jboss.errai.common.client.api.elemental2.IsElement,org.uberfire.client.mvp.UberElemental<BranchSelectorPopUpPresenter>
- All Known Implementing Classes:
BranchSelectorPopUpView
- Enclosing class:
- BranchSelectorPopUpPresenter
public static interface BranchSelectorPopUpPresenter.View extends org.uberfire.client.mvp.UberElemental<BranchSelectorPopUpPresenter>, org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAtLeastMainIsRequiredMessage()elemental2.dom.HTMLElementgetBranchSelectorContainer()StringgetMainIsRequiredMessage()voidhide()voidshow()voidshowError(String errorMessage)
-
-
-
Method Detail
-
getBranchSelectorContainer
elemental2.dom.HTMLElement getBranchSelectorContainer()
-
show
void show()
-
hide
void hide()
-
showError
void showError(String errorMessage)
-
getMainIsRequiredMessage
String getMainIsRequiredMessage()
-
getAtLeastMainIsRequiredMessage
String getAtLeastMainIsRequiredMessage()
-
-