Package org.teamapps.dto
Class UiWorkSpaceLayoutViewGroupItem
java.lang.Object
org.teamapps.dto.UiWorkSpaceLayoutItem
org.teamapps.dto.UiWorkSpaceLayoutViewGroupItem
- All Implemented Interfaces:
UiObject
public class UiWorkSpaceLayoutViewGroupItem extends UiWorkSpaceLayoutItem implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected UiViewGroupPanelStatepanelStateprotected booleanpersistentprotected java.lang.StringselectedViewNameprotected java.util.List<java.lang.String>viewNamesFields inherited from class org.teamapps.dto.UiWorkSpaceLayoutItem
id -
Constructor Summary
Constructors Constructor Description UiWorkSpaceLayoutViewGroupItem()Deprecated.Only for Jackson deserialization.UiWorkSpaceLayoutViewGroupItem(java.lang.String id, java.util.List<java.lang.String> viewNames) -
Method Summary
Modifier and Type Method Description UiViewGroupPanelStategetPanelState()booleangetPersistent()java.lang.StringgetSelectedViewName()UiObjectTypegetUiObjectType()java.util.List<java.lang.String>getViewNames()UiWorkSpaceLayoutViewGroupItemsetPanelState(UiViewGroupPanelState panelState)UiWorkSpaceLayoutViewGroupItemsetPersistent(boolean persistent)UiWorkSpaceLayoutViewGroupItemsetSelectedViewName(java.lang.String selectedViewName)java.lang.StringtoString()Methods inherited from class org.teamapps.dto.UiWorkSpaceLayoutItem
getIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
viewNames
protected java.util.List<java.lang.String> viewNames -
selectedViewName
protected java.lang.String selectedViewName -
persistent
protected boolean persistent -
panelState
-
-
Constructor Details
-
UiWorkSpaceLayoutViewGroupItem
@Deprecated public UiWorkSpaceLayoutViewGroupItem()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiWorkSpaceLayoutViewGroupItem
public UiWorkSpaceLayoutViewGroupItem(java.lang.String id, java.util.List<java.lang.String> viewNames)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiWorkSpaceLayoutItem
-
getViewNames
public java.util.List<java.lang.String> getViewNames() -
getSelectedViewName
public java.lang.String getSelectedViewName() -
getPersistent
public boolean getPersistent() -
getPanelState
-
setSelectedViewName
-
setPersistent
-
setPanelState
-