public class CmsListItemDetails extends CmsListColumnDefinition
For detail contents you may use HTML code.
ICON_DOWN, ICON_UP
构造器和说明 |
---|
CmsListItemDetails(java.lang.String id)
Default constructor.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsListAction |
getAction()
Returns the current active action.
|
java.lang.String |
getAtColumn()
Returns the id of the first column to include.
|
void |
setAtColumn(java.lang.String atColumn)
Sets the id of the first column to include.
|
void |
setHideAction(I_CmsListAction hideAction)
Sets the hide details Action.
|
void |
setHideActionHelpText(CmsMessageContainer hideActionHelp)
Sets the help text of the hide action.
|
void |
setHideActionName(CmsMessageContainer hideActionName)
Sets the name of the hide action.
|
void |
setListId(java.lang.String listId)
Sets the id of the list.
|
void |
setShowAction(I_CmsListAction showAction)
Sets the show details Action.
|
void |
setShowActionHelpText(CmsMessageContainer showActionHelp)
Sets the help text of the show action.
|
void |
setShowActionName(CmsMessageContainer showActionName)
Sets the name of the show action.
|
void |
setWp(A_CmsListDialog wp)
Sets the workplace dialog object.
|
addDefaultAction, addDirectAction, csvCell, csvHeader, getAlign, getDefaultAction, getDefaultActionIds, getDefaultActions, getDirectAction, getDirectActionIds, getDirectActions, getFormatter, getHelpText, getId, getListItemComparator, getName, getWidth, getWp, htmlCell, htmlHeader, isPrintable, isSorteable, isTextWrapping, isVisible, removeDefaultAction, removeDirectAction, setAlign, setFormatter, setHelpText, setListItemComparator, setName, setPrintable, setSorteable, setTextWrapping, setVisible, setWidth
public CmsListItemDetails(java.lang.String id)
id
- the unique idpublic void setWp(A_CmsListDialog wp)
CmsListColumnDefinition
setWp
在类中 CmsListColumnDefinition
wp
- the workplace dialog object to setCmsListColumnDefinition.setWp(org.opencms.workplace.list.A_CmsListDialog)
public I_CmsListAction getAction()
public java.lang.String getAtColumn()
public void setAtColumn(java.lang.String atColumn)
atColumn
- the id of the first column to setpublic void setHideAction(I_CmsListAction hideAction)
hideAction
- the hide details Action to setpublic void setHideActionHelpText(CmsMessageContainer hideActionHelp)
hideActionHelp
- the help text of the hide actionpublic void setHideActionName(CmsMessageContainer hideActionName)
hideActionName
- the name of the hide actionpublic void setListId(java.lang.String listId)
listId
- the id of the listpublic void setShowAction(I_CmsListAction showAction)
showAction
- the showdetails Action to setpublic void setShowActionHelpText(CmsMessageContainer showActionHelp)
showActionHelp
- the help text of the show actionpublic void setShowActionName(CmsMessageContainer showActionName)
showActionName
- the name of the show action