Uses of Enum Class
org.teamapps.dto.UiViewGroupPanelState
-
Uses of UiViewGroupPanelState in org.teamapps.dto
Subclasses with type arguments of type UiViewGroupPanelState in org.teamapps.dtoFields in org.teamapps.dto declared as UiViewGroupPanelStateModifier and TypeFieldDescriptionprotected UiViewGroupPanelStateUiWorkSpaceLayout.SetViewGroupPanelStateCommand.panelStateprotected UiViewGroupPanelStateUiWorkSpaceLayout.ViewGroupPanelStateChangedEvent.panelStateprotected UiViewGroupPanelStateUiWorkSpaceLayoutViewGroupItem.panelStateMethods in org.teamapps.dto that return UiViewGroupPanelStateModifier and TypeMethodDescriptionUiWorkSpaceLayout.SetViewGroupPanelStateCommand.getPanelState()UiWorkSpaceLayout.ViewGroupPanelStateChangedEvent.getPanelState()UiWorkSpaceLayoutViewGroupItem.getPanelState()static UiViewGroupPanelStateReturns the enum constant of this class with the specified name.static UiViewGroupPanelState[]UiViewGroupPanelState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiViewGroupPanelStateModifier and TypeMethodDescriptionUiWorkSpaceLayoutViewGroupItem.setPanelState(UiViewGroupPanelState panelState) Constructors in org.teamapps.dto with parameters of type UiViewGroupPanelStateModifierConstructorDescriptionSetViewGroupPanelStateCommand(String componentId, String viewGroupId, UiViewGroupPanelState panelState) ViewGroupPanelStateChangedEvent(String componentId, String viewGroupId, UiViewGroupPanelState panelState)