Uses of Class
org.teamapps.dto.UiViewGroupPanelState
-
-
Uses of UiViewGroupPanelState in org.teamapps.dto
Fields in org.teamapps.dto declared as UiViewGroupPanelState Modifier and Type Field Description protected UiViewGroupPanelStateUiWorkSpaceLayout.SetViewGroupPanelStateCommand. panelStateprotected UiViewGroupPanelStateUiWorkSpaceLayout.ViewGroupPanelStateChangedEvent. panelStateprotected UiViewGroupPanelStateUiWorkSpaceLayoutViewGroupItem. panelStateMethods in org.teamapps.dto that return UiViewGroupPanelState Modifier and Type Method Description UiViewGroupPanelStateUiWorkSpaceLayout.SetViewGroupPanelStateCommand. getPanelState()UiViewGroupPanelStateUiWorkSpaceLayout.ViewGroupPanelStateChangedEvent. getPanelState()UiViewGroupPanelStateUiWorkSpaceLayoutViewGroupItem. getPanelState()static UiViewGroupPanelStateUiViewGroupPanelState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiViewGroupPanelState[]UiViewGroupPanelState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiViewGroupPanelState Modifier and Type Method Description UiWorkSpaceLayoutViewGroupItemUiWorkSpaceLayoutViewGroupItem. setPanelState(UiViewGroupPanelState panelState)Constructors in org.teamapps.dto with parameters of type UiViewGroupPanelState Constructor Description SetViewGroupPanelStateCommand(java.lang.String componentId, java.lang.String viewGroupId, UiViewGroupPanelState panelState)ViewGroupPanelStateChangedEvent(java.lang.String componentId, java.lang.String viewGroupId, UiViewGroupPanelState panelState)
-