Package org.opencms.workplace.commons
Class CmsListResourceLinkRelationExplorerColumn
java.lang.Object
org.opencms.workplace.list.CmsListColumnDefinition
org.opencms.workplace.commons.CmsListResourceLinkRelationExplorerColumn
For adding text style to the columns in the explorer list.
- Since:
- 6.9.1
-
Field Summary
Fields inherited from class org.opencms.workplace.list.CmsListColumnDefinition
ICON_DOWN, ICON_UP
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Generates 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
-
CmsListResourceLinkRelationExplorerColumn
Default constructor.- Parameters:
id
- the unique id
-
-
Method Details
-
getExplorerStyleDef
Generates the needed style sheet definitions.- Returns:
- html code
-
htmlCell
Description copied from class:CmsListColumnDefinition
returns the html for a cell.- Overrides:
htmlCell
in classCmsListColumnDefinition
- Parameters:
item
- the item to render the cell forisPrintable
- if the list is to be printed- Returns:
- html code
- See Also:
-