Class OverviewSetting
java.lang.Object
com.gentics.contentnode.rest.model.OverviewSetting
- All Implemented Interfaces:
Serializable
Model for overview settings
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAllowed types of listed objectsAllowed ways to select objectsboolean
Flag to determine, whether sorting options shall be hiddenboolean
Flag to determine, whether source channel shall be stored for every selected objectvoid
setHideSortOptions
(boolean hideSortOptions) Set hideSortOptions flagvoid
setListTypes
(List<Overview.ListType> listTypes) Set list typesvoid
setSelectTypes
(List<Overview.SelectType> selectTypes) Set select typesvoid
setStickyChannel
(boolean stickyChannel) Set stickyChannel flag
-
Constructor Details
-
OverviewSetting
public OverviewSetting()Create empty instance
-
-
Method Details
-
getListTypes
Allowed types of listed objects- Returns:
- list types
-
setListTypes
Set list types- Parameters:
listTypes
- list types
-
getSelectTypes
Allowed ways to select objects- Returns:
- select types
-
setSelectTypes
Set select types- Parameters:
selectTypes
- select types
-
isHideSortOptions
public boolean isHideSortOptions()Flag to determine, whether sorting options shall be hidden- Returns:
- flag
-
setHideSortOptions
public void setHideSortOptions(boolean hideSortOptions) Set hideSortOptions flag- Parameters:
hideSortOptions
- flag
-
isStickyChannel
public boolean isStickyChannel()Flag to determine, whether source channel shall be stored for every selected object- Returns:
- flag
-
setStickyChannel
public void setStickyChannel(boolean stickyChannel) Set stickyChannel flag- Parameters:
stickyChannel
- flag
-