|
||||||||||
| 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
public class 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(String id)
Default constructor. |
|
| Method Summary | |
|---|---|
static String |
getExplorerStyleDef()
Generates the needed style sheet definitions. |
String |
htmlCell(CmsListItem item,
CmsWorkplace wp,
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, htmlHeader, isPrintable, isSorteable, isTextWrapping, isVisible, setAlign, setFormatter, setHelpText, setListItemComparator, setName, setPrintable, setSorteable, setTextWrapping, setVisible, setWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsListExplorerColumn(String id)
id - the unique id| Method Detail |
|---|
public String htmlCell(CmsListItem item,
CmsWorkplace wp,
boolean isPrintable)
CmsListColumnDefinition
htmlCell in class CmsListColumnDefinitionitem - the item to render the cell forwp - the workplace contextisPrintable - if the list is to be printed
CmsListColumnDefinition.htmlCell(org.opencms.workplace.list.CmsListItem, org.opencms.workplace.CmsWorkplace, boolean)public static String getExplorerStyleDef()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||