public interface I_CmsListDirectAction extends I_CmsListAction
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
confirmationTextHtml()
Generates a confirmation text div tag, to use in lists where all items use
the same confirmation text.
|
java.lang.String |
getColumnForTexts()
Returns the id of the column to use as parameter for the helptext and confirmation message.
|
CmsListItem |
getItem()
Returns the current item.
|
java.lang.String |
helpTextHtml()
Generates a help text div tag, to use in lists where all items use the same help text.
|
void |
setColumnForTexts(java.lang.String columnId)
Sets the id of the column to use as parameter for the helptext and confirmation message.
|
void |
setItem(CmsListItem item)
Sets the current item, should be called before the
method. |
buttonHtml, getConfirmationMessage, getListId, getWp, setConfirmationMessage, setListId, setWp
buttonHtml, getHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisible
java.lang.String confirmationTextHtml()
java.lang.String getColumnForTexts()
CmsListItem getItem()
java.lang.String helpTextHtml()
void setColumnForTexts(java.lang.String columnId)
columnId
- the id of the column to usevoid setItem(CmsListItem item)
I_CmsHtmlIconButton.buttonHtml(org.opencms.workplace.CmsWorkplace)
method.item
- the item