Uses of Class
org.teamapps.ux.component.workspacelayout.ViewGroupPanelState
| Package | Description |
|---|---|
| org.teamapps.ux.component.workspacelayout | |
| org.teamapps.ux.component.workspacelayout.definition |
-
Uses of ViewGroupPanelState in org.teamapps.ux.component.workspacelayout
Methods in org.teamapps.ux.component.workspacelayout that return ViewGroupPanelState Modifier and Type Method Description ViewGroupPanelStateWorkSpaceLayoutViewGroup. getPanelState()static ViewGroupPanelStateViewGroupPanelState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ViewGroupPanelState[]ViewGroupPanelState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.workspacelayout with parameters of type ViewGroupPanelState Modifier and Type Method Description voidWorkSpaceLayoutViewGroup. setPanelState(ViewGroupPanelState panelState) -
Uses of ViewGroupPanelState in org.teamapps.ux.component.workspacelayout.definition
Methods in org.teamapps.ux.component.workspacelayout.definition that return ViewGroupPanelState Modifier and Type Method Description ViewGroupPanelStateViewGroupDefinition. getPanelState()Methods in org.teamapps.ux.component.workspacelayout.definition with parameters of type ViewGroupPanelState Modifier and Type Method Description voidViewGroupDefinition. setPanelState(ViewGroupPanelState panelState)Constructors in org.teamapps.ux.component.workspacelayout.definition with parameters of type ViewGroupPanelState Constructor Description ViewGroupDefinition(java.lang.String id, boolean persistent, java.util.List<ViewDefinition> views, ViewDefinition selectedView, ViewGroupPanelState panelState)