Package org.opencms.workplace.list
Class CmsListExplorerColumn
java.lang.Object
org.opencms.workplace.list.CmsListColumnDefinition
org.opencms.workplace.list.CmsListExplorerColumn
For adding text style to the columns in the explorer list.
- Since:
- 6.0.0
-
Field Summary
Fields inherited from class org.opencms.workplace.list.CmsListColumnDefinition
ICON_DOWN, ICON_UP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringGenerates the needed style sheet definitions.htmlCell(CmsListItem item, boolean isPrintable) returns the html for a cell.Methods inherited from class org.opencms.workplace.list.CmsListColumnDefinition
addDefaultAction, addDirectAction, csvCell, csvHeader, getAlign, getDefaultAction, getDefaultActionIds, getDefaultActions, getDirectAction, getDirectActionIds, getDirectActions, getFormatter, getHelpText, getId, getListItemComparator, getName, getWidth, getWp, htmlHeader, isPrintable, isSorteable, isTextWrapping, isVisible, removeDefaultAction, removeDirectAction, setAlign, setFormatter, setHelpText, setListItemComparator, setName, setPrintable, setSorteable, setTextWrapping, setVisible, setWidth, setWp
-
Constructor Details
-
CmsListExplorerColumn
Default constructor.- Parameters:
id- the unique id
-
-
Method Details
-
htmlCell
Description copied from class:CmsListColumnDefinitionreturns the html for a cell.- Overrides:
htmlCellin classCmsListColumnDefinition- Parameters:
item- the item to render the cell forisPrintable- if the list is to be printed- Returns:
- html code
- See Also:
-
getExplorerStyleDef
Generates the needed style sheet definitions.- Returns:
- html code
-