|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for list actions.
Method Summary | |
java.lang.String |
buttonHtml()
The same using getWp() . |
CmsMessageContainer |
getConfirmationMessage()
Returns an optional confirmation message for the action. |
java.lang.String |
getListId()
Returns the id of the associated list. |
A_CmsListDialog |
getWp()
Returns the related workplace dialog object, to be able to access dynamic data. |
void |
setConfirmationMessage(CmsMessageContainer confirmationMsg)
Sets the confirmation message. |
void |
setListId(java.lang.String listId)
Sets the list id. |
void |
setWp(A_CmsListDialog wp)
Sets the workplace dialog object. |
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 java.lang.String buttonHtml()
getWp()
.
I_CmsHtmlIconButton.buttonHtml(org.opencms.workplace.CmsWorkplace)
public CmsMessageContainer getConfirmationMessage()
It will be escaped for usage in java script code.
public java.lang.String getListId()
public A_CmsListDialog getWp()
public void setConfirmationMessage(CmsMessageContainer confirmationMsg)
confirmationMsg
- the confirmation message to setpublic void setListId(java.lang.String listId)
listId
- the id of the list to setpublic void setWp(A_CmsListDialog wp)
wp
- the workplace dialog object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |