Package org.opencms.ui.components
Class CmsResourceTable.ColumnEntry
java.lang.Object
org.opencms.ui.components.CmsResourceTable.ColumnEntry
- Enclosing class:
- CmsResourceTable
Contains the data for the given column, along with some flags to control visibility/collapsed status.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the column.boolean
Returns the collapsed.boolean
Returns the visible.void
setColumn
(CmsResourceTableProperty column) Sets the column.void
setFlags
(int flags) Sets the flags.
-
Constructor Details
-
ColumnEntry
public ColumnEntry()
-
-
Method Details
-
getColumn
Returns the column.- Returns:
- the column
-
isCollapsed
Returns the collapsed.- Returns:
- the collapsed
-
isVisible
Returns the visible.- Returns:
- the visible
-
setColumn
Sets the column.- Parameters:
column
- the column to set
-
setFlags
Sets the flags.- Parameters:
flags
- the flags to set
-