public class OverviewSetting extends Object implements Serializable
Constructor and Description |
---|
OverviewSetting()
Create empty instance
|
Modifier and Type | Method and Description |
---|---|
List<Overview.ListType> |
getListTypes()
Allowed types of listed objects
|
List<Overview.SelectType> |
getSelectTypes()
Allowed ways to select objects
|
boolean |
isHideSortOptions()
Flag to determine, whether sorting options shall be hidden
|
boolean |
isStickyChannel()
Flag to determine, whether source channel shall be stored for every selected object
|
void |
setHideSortOptions(boolean hideSortOptions)
Set hideSortOptions flag
|
void |
setListTypes(List<Overview.ListType> listTypes)
Set list types
|
void |
setSelectTypes(List<Overview.SelectType> selectTypes)
Set select types
|
void |
setStickyChannel(boolean stickyChannel)
Set stickyChannel flag
|
public List<Overview.ListType> getListTypes()
public void setListTypes(List<Overview.ListType> listTypes)
listTypes
- list typespublic List<Overview.SelectType> getSelectTypes()
public void setSelectTypes(List<Overview.SelectType> selectTypes)
selectTypes
- select typespublic boolean isHideSortOptions()
public void setHideSortOptions(boolean hideSortOptions)
hideSortOptions
- flagpublic boolean isStickyChannel()
public void setStickyChannel(boolean stickyChannel)
stickyChannel
- flagCopyright © 2024 Gentics Software. All rights reserved.