Package org.teamapps.ux.component.mobile
Class MobileLayout
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.mobile.MobileLayout
public class MobileLayout extends AbstractComponent implements Container
-
Field Summary
Fields Modifier and Type Field Description protected Componentcontentprotected NavigationBarnavigationBarprotected Toolbartoolbar -
Constructor Summary
Constructors Constructor Description MobileLayout() -
Method Summary
Modifier and Type Method Description org.teamapps.dto.UiComponentcreateUiComponent()protected voiddoDestroy()Override this method to release resources whenever this component gets destroyedComponentgetContent()NavigationBargetNavigationBar()ToolbargetToolbar()voidhandleUiEvent(org.teamapps.dto.UiEvent event)booleanisChildVisible(Component child)voidpreloadView(Component component)voidsetContent(Component component)voidsetContent(Component component, PageTransition animation, int animationDuration)voidsetNavigationBar(NavigationBar navigationBar)voidsetToolbar(Toolbar toolbar)Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiComponentReference, destroy, getDebuggingId, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, onDestroyed, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setDebuggingId, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, toString, unrenderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.Component
createUiComponentReference, destroy, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, onDestroyed, render, setCssStyle, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, unrender
-
Field Details
-
Constructor Details
-
MobileLayout
public MobileLayout()
-
-
Method Details
-
createUiComponent
public org.teamapps.dto.UiComponent createUiComponent()- Specified by:
createUiComponentin classAbstractComponent
-
doDestroy
protected void doDestroy()Description copied from class:AbstractComponentOverride this method to release resources whenever this component gets destroyed- Overrides:
doDestroyin classAbstractComponent
-
handleUiEvent
public void handleUiEvent(org.teamapps.dto.UiEvent event)- Specified by:
handleUiEventin interfaceComponent
-
preloadView
-
setContent
-
setContent
-
getToolbar
-
setToolbar
-
getContent
-
getNavigationBar
-
setNavigationBar
-
isChildVisible
- Specified by:
isChildVisiblein interfaceContainer
-