|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_CmsListAction
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, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisible |
| Method Detail |
|---|
CmsMessageContainer getConfirmationMessage()
It will be escaped for usage in java script code.
String getListId()
void setConfirmationMessage(CmsMessageContainer confirmationMsg)
confirmationMsg - the confirmation message to setvoid 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 | |||||||||