Class PreferencesRootView
- java.lang.Object
-
- org.uberfire.ext.preferences.client.central.screen.PreferencesRootView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,org.uberfire.client.mvp.HasPresenter<PreferencesRootScreen>,org.uberfire.client.mvp.UberElement<PreferencesRootScreen>,PreferencesRootScreen.View
@Templated public class PreferencesRootView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, PreferencesRootScreen.View
-
-
Constructor Summary
Constructors Constructor Description PreferencesRootView(org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetActionsContainer()org.jboss.errai.common.client.dom.HTMLElementgetEditorContainer()org.jboss.errai.common.client.dom.HTMLElementgetNavbarContainer()StringgetTranslation(String key)voidinit(PreferencesRootScreen presenter)
-
-
-
Method Detail
-
init
public void init(PreferencesRootScreen presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<PreferencesRootScreen>
-
getNavbarContainer
public org.jboss.errai.common.client.dom.HTMLElement getNavbarContainer()
- Specified by:
getNavbarContainerin interfacePreferencesRootScreen.View
-
getEditorContainer
public org.jboss.errai.common.client.dom.HTMLElement getEditorContainer()
- Specified by:
getEditorContainerin interfacePreferencesRootScreen.View
-
getActionsContainer
public org.jboss.errai.common.client.dom.HTMLElement getActionsContainer()
- Specified by:
getActionsContainerin interfacePreferencesRootScreen.View
-
getTranslation
public String getTranslation(String key)
- Specified by:
getTranslationin interfacePreferencesRootScreen.View
-
-