|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for list actions.
| Method Summary | |
CmsMessageContainer |
getConfirmationMessage()
Returns an optional confirmation message for the action. |
String |
getListId()
Returns the id of the associated list. |
void |
setConfirmationMessage(CmsMessageContainer confirmationMsg)
Sets the confirmation message. |
void |
setListId(String listId)
Sets the list id. |
| Methods inherited from interface org.opencms.workplace.tools.I_CmsHtmlIconButton |
buttonHtml, getHelpText, getIconPath, getId, getName, isEnabled, setEnabled, setHelpText, setIconPath, setName |
| Method Detail |
public CmsMessageContainer getConfirmationMessage()
It will be escaped for usage in java script code.
public String getListId()
public void setConfirmationMessage(CmsMessageContainer confirmationMsg)
confirmationMsg - the confirmation message to setpublic void setListId(String listId)
listId - the id of the list to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||