public class CmsListResourceLinkRelationExplorerColumn extends CmsListColumnDefinition
ICON_DOWN, ICON_UP| 构造器和说明 |
|---|
CmsListResourceLinkRelationExplorerColumn(java.lang.String id)
Default constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
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, setWppublic CmsListResourceLinkRelationExplorerColumn(java.lang.String id)
id - the unique idpublic static java.lang.String getExplorerStyleDef()
public java.lang.String htmlCell(CmsListItem item, boolean isPrintable)
CmsListColumnDefinitionhtmlCell 在类中 CmsListColumnDefinitionitem - the item to render the cell forisPrintable - if the list is to be printedCmsListColumnDefinition.htmlCell(org.opencms.workplace.list.CmsListItem, boolean)