Class RootPanel
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.rootpanel.RootPanel
- All Implemented Interfaces:
ClientObject,Component,Container
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
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isDestroyed, isRendered, isVisible, mapAbstractUiComponentProperties, 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.ClientObject
createUiReference, getId, isRendered, render, unrenderMethods inherited from interface org.teamapps.ux.component.Component
getParent, isVisible, setCssStyle, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible
-
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 interfaceClientObject
-
preloadContent
-
setContent
-
setContent
-
getContent
-
isEffectivelyVisible
public boolean isEffectivelyVisible()- Specified by:
isEffectivelyVisiblein interfaceComponent- Overrides:
isEffectivelyVisiblein classAbstractComponent
-
isChildVisible
- Specified by:
isChildVisiblein interfaceContainer
-