@Templated public class BranchSelectorPopUpView extends Object implements BranchSelectorPopUpPresenter.View, org.jboss.errai.ui.client.local.api.elemental2.IsElement
| Constructor and Description |
|---|
BranchSelectorPopUpView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAtLeastMasterIsRequiredMessage() |
elemental2.dom.HTMLElement |
getBranchSelectorContainer() |
String |
getMasterIsRequiredMessage() |
void |
hide() |
void |
hideBusyIndicator() |
void |
init(BranchSelectorPopUpPresenter presenter) |
void |
show() |
void |
showBusyIndicator(String message) |
void |
showError(String errorMessage) |
public void init(BranchSelectorPopUpPresenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<BranchSelectorPopUpPresenter>public elemental2.dom.HTMLElement getBranchSelectorContainer()
getBranchSelectorContainer in interface BranchSelectorPopUpPresenter.Viewpublic void showError(String errorMessage)
showError in interface BranchSelectorPopUpPresenter.Viewpublic String getMasterIsRequiredMessage()
getMasterIsRequiredMessage in interface BranchSelectorPopUpPresenter.Viewpublic String getAtLeastMasterIsRequiredMessage()
getAtLeastMasterIsRequiredMessage in interface BranchSelectorPopUpPresenter.Viewpublic void show()
show in interface BranchSelectorPopUpPresenter.Viewpublic void hide()
hide in interface BranchSelectorPopUpPresenter.Viewpublic void showBusyIndicator(String message)
showBusyIndicator in interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicatorpublic void hideBusyIndicator()
hideBusyIndicator in interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicatorCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.