|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for list direct action, that is an action that may be applied directly on a list item.
| Method Summary | |
String |
confirmationTextHtml(CmsWorkplace wp)
Generates a confirmation text div tag, to use in lists where all items use the same confirmation text. |
String |
getColumn()
Returns the id of the column to use as parameter for the helptext and confirmation message. |
CmsListItem |
getItem()
Returns the current item. |
String |
helpTextHtml(CmsWorkplace wp)
Generates a help text div tag, to use in lists where all items use the same help text. |
void |
setColumn(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. |
| Methods inherited from interface org.opencms.workplace.list.I_CmsListAction |
getConfirmationMessage, getListId, setConfirmationMessage, setListId |
| Methods inherited from interface org.opencms.workplace.tools.I_CmsHtmlIconButton |
buttonHtml, getHelpText, getIconPath, getId, getName, isEnabled, setEnabled, setHelpText, setIconPath, setName |
| Method Detail |
public String confirmationTextHtml(CmsWorkplace wp)
wp - the workplace instance
public String getColumn()
public CmsListItem getItem()
public String helpTextHtml(CmsWorkplace wp)
wp - the workplace instance
public void setColumn(String columnId)
columnId - the id of the column to usepublic void setItem(CmsListItem item)
I_CmsHtmlIconButton.buttonHtml(org.opencms.workplace.CmsWorkplace) method.
item - the item
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||