|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.workplace.list.CmsListColumnDefinition
org.opencms.workplace.list.CmsListExplorerColumn
For adding text style to the columns in the explorer list.
Field Summary |
Fields inherited from class org.opencms.workplace.list.CmsListColumnDefinition |
ICON_DOWN, ICON_UP |
Constructor Summary | |
CmsListExplorerColumn(java.lang.String id)
Default constructor. |
Method Summary | |
static java.lang.String |
getExplorerStyleDef()
Generates the needed style sheet definitions. |
java.lang.String |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CmsListExplorerColumn(java.lang.String id)
id
- the unique idMethod Detail |
public java.lang.String htmlCell(CmsListItem item, boolean isPrintable)
CmsListColumnDefinition
htmlCell
in class CmsListColumnDefinition
item
- the item to render the cell forisPrintable
- if the list is to be printed
CmsListColumnDefinition.htmlCell(org.opencms.workplace.list.CmsListItem, boolean)
public static java.lang.String getExplorerStyleDef()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |