Class RootPanel
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.rootpanel.RootPanel
public class RootPanel extends AbstractComponent implements Container
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RootPanel() -
Method Summary
Modifier and Type Method Description org.teamapps.dto.UiComponentcreateUiComponent()ComponentgetContent()voidhandleUiEvent(org.teamapps.dto.UiEvent event)booleanisChildVisible(Component child)booleanisEffectivelyVisible()voidpreloadContent(Component component)voidsetContent(Component component)voidsetContent(Component component, PageTransition animation, long animationDuration)Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiComponentReference, destroy, doDestroy, getDebuggingId, getId, getParent, getSessionContext, isDestroyed, 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, isRendered, isVisible, onDestroyed, render, setCssStyle, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, unrender
-
Constructor Details
-
RootPanel
public RootPanel()
-
-
Method Details
-
createUiComponent
public org.teamapps.dto.UiComponent createUiComponent()- Specified by:
createUiComponentin classAbstractComponent
-
handleUiEvent
public void handleUiEvent(org.teamapps.dto.UiEvent event)- Specified by:
handleUiEventin interfaceComponent
-
preloadContent
-
setContent
-
setContent
-
getContent
-
isEffectivelyVisible
public boolean isEffectivelyVisible()- Specified by:
isEffectivelyVisiblein interfaceComponent- Overrides:
isEffectivelyVisiblein classAbstractComponent
-
isChildVisible
- Specified by:
isChildVisiblein interfaceContainer
-