|
|||||||
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. |
java.lang.String |
getListId()
Returns the id of the associated list. |
void |
setConfirmationMessage(CmsMessageContainer confirmationMsg)
Sets the confirmation message. |
void |
setListId(java.lang.String listId)
Sets the list id. |
Methods inherited from interface org.opencms.workplace.tools.I_CmsHtmlIconButton |
buttonHtml, getHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisible |
Method Detail |
public CmsMessageContainer getConfirmationMessage()
It will be escaped for usage in java script code.
public java.lang.String getListId()
public void setConfirmationMessage(CmsMessageContainer confirmationMsg)
confirmationMsg
- the confirmation message to setpublic void setListId(java.lang.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 |