Package org.teamapps.ux.component
Interface Container
-
- All Superinterfaces:
Component
- All Known Implementing Classes:
AbstractForm,BootstrapishGridLayout,Dialogue,FormDialogue,GenericForm,MobileLayout,NavigationBar,Panel,ResponsiveForm,ResponsiveGridLayout,RootPanel,SimpleWorkSpaceLayout,Table,TabPanel,Window,WorkSpaceLayout
public interface Container extends Component
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisChildVisible(Component child)-
Methods inherited from interface org.teamapps.ux.component.Component
createUiComponentReference, destroy, getId, getParent, getSessionContext, handleUiEvent, isDestroyed, isEffectivelyVisible, isRendered, isVisible, render, setCssStyle, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, unrender
-
-
-
-
Method Detail
-
isChildVisible
default boolean isChildVisible(Component child)
-
-