@Templated public class SettingsView extends Object implements SettingsPresenter.View, org.jboss.errai.ui.client.local.api.elemental2.IsElement
| Modifier and Type | Class and Description |
|---|---|
static class |
SettingsView.MenuItem |
SettingsPresenter.View.Section<T>| Constructor and Description |
|---|
SettingsView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLoadErrorMessage() |
elemental2.dom.HTMLElement |
getMenuItemsContainer() |
String |
getSaveSuccessMessage() |
String |
getSectionSetupErrorMessage(String title) |
void |
hide() |
void |
hideBusyIndicator() |
void |
init(SettingsPresenter presenter) |
void |
reset(com.google.gwt.event.dom.client.ClickEvent event) |
void |
save(com.google.gwt.event.dom.client.ClickEvent event) |
void |
setSection(SettingsPresenter.View.Section section) |
void |
show() |
void |
showBusyIndicator() |
void |
showBusyIndicator(String message) |
public void init(SettingsPresenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<SettingsPresenter>@EventHandler(value="save") public void save(com.google.gwt.event.dom.client.ClickEvent event)
@EventHandler(value="reset") public void reset(com.google.gwt.event.dom.client.ClickEvent event)
public void setSection(SettingsPresenter.View.Section section)
setSection in interface SettingsPresenter.Viewpublic elemental2.dom.HTMLElement getMenuItemsContainer()
getMenuItemsContainer in interface SettingsPresenter.Viewpublic String getSaveSuccessMessage()
getSaveSuccessMessage in interface SettingsPresenter.Viewpublic String getLoadErrorMessage()
getLoadErrorMessage in interface SettingsPresenter.Viewpublic String getSectionSetupErrorMessage(String title)
getSectionSetupErrorMessage in interface SettingsPresenter.Viewpublic void hide()
hide in interface SettingsPresenter.Viewpublic void show()
show in interface SettingsPresenter.Viewpublic void showBusyIndicator()
showBusyIndicator in interface SettingsPresenter.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–2018 JBoss by Red Hat. All rights reserved.