@Templated public class AddBranchPopUpView extends Object implements AddBranchPopUpPresenter.View, org.jboss.errai.ui.client.local.api.elemental2.IsElement
| Modifier and Type | Class and Description |
|---|---|
static class |
AddBranchPopUpView.BranchOptionView |
| Constructor and Description |
|---|
AddBranchPopUpView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddBranchSuccessMessage() |
String |
getBranchFrom() |
String |
getDuplicatedBranchMessage() |
String |
getEmptyNameMessage() |
String |
getInvalidNameMessage() |
String |
getName() |
String |
getSavingMessage() |
void |
hide() |
void |
hideBusyIndicator() |
void |
init(AddBranchPopUpPresenter presenter) |
void |
setAddButtonEnabled(boolean enabled) |
void |
setBranches(List<String> branches) |
void |
setBranchFrom(String branchFrom) |
void |
show() |
void |
showBusyIndicator(String message) |
void |
showError(String errorMessage) |
public void init(AddBranchPopUpPresenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<AddBranchPopUpPresenter>public void setBranches(List<String> branches)
setBranches in interface AddBranchPopUpPresenter.Viewpublic String getName()
getName in interface AddBranchPopUpPresenter.Viewpublic String getBranchFrom()
getBranchFrom in interface AddBranchPopUpPresenter.Viewpublic void setBranchFrom(String branchFrom)
setBranchFrom in interface AddBranchPopUpPresenter.Viewpublic void show()
show in interface AddBranchPopUpPresenter.Viewpublic void showError(String errorMessage)
showError in interface AddBranchPopUpPresenter.Viewpublic void hide()
hide in interface AddBranchPopUpPresenter.Viewpublic String getSavingMessage()
getSavingMessage in interface AddBranchPopUpPresenter.Viewpublic String getAddBranchSuccessMessage()
getAddBranchSuccessMessage in interface AddBranchPopUpPresenter.Viewpublic String getDuplicatedBranchMessage()
getDuplicatedBranchMessage in interface AddBranchPopUpPresenter.Viewpublic String getEmptyNameMessage()
getEmptyNameMessage in interface AddBranchPopUpPresenter.Viewpublic String getInvalidNameMessage()
getInvalidNameMessage in interface AddBranchPopUpPresenter.Viewpublic void setAddButtonEnabled(boolean enabled)
setAddButtonEnabled in interface AddBranchPopUpPresenter.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.