Uses of Enum Class
org.teamapps.ux.component.workspacelayout.ViewGroupPanelState
Packages that use ViewGroupPanelState
Package
Description
-
Uses of ViewGroupPanelState in org.teamapps.ux.component.workspacelayout
Methods in org.teamapps.ux.component.workspacelayout that return ViewGroupPanelStateModifier and TypeMethodDescriptionWorkSpaceLayoutViewGroup.getPanelState()static ViewGroupPanelStateReturns the enum constant of this class with the specified name.static ViewGroupPanelState[]ViewGroupPanelState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.ux.component.workspacelayout with parameters of type ViewGroupPanelStateModifier and TypeMethodDescriptionvoidWorkSpaceLayoutViewGroup.setPanelState(ViewGroupPanelState panelState) -
Uses of ViewGroupPanelState in org.teamapps.ux.component.workspacelayout.definition
Methods in org.teamapps.ux.component.workspacelayout.definition that return ViewGroupPanelStateMethods in org.teamapps.ux.component.workspacelayout.definition with parameters of type ViewGroupPanelStateModifier and TypeMethodDescriptionvoidViewGroupDefinition.setPanelState(ViewGroupPanelState panelState) Constructors in org.teamapps.ux.component.workspacelayout.definition with parameters of type ViewGroupPanelStateModifierConstructorDescriptionViewGroupDefinition(String id, boolean persistent, List<ViewDefinition> views, ViewDefinition selectedView, ViewGroupPanelState panelState)