org.opencms.workplace.list
Class CmsListMultiAction
java.lang.Object
org.opencms.workplace.tools.A_CmsHtmlIconButton
org.opencms.workplace.list.A_CmsListAction
org.opencms.workplace.list.CmsListMultiAction
- All Implemented Interfaces:
- I_CmsHtmlIconButton, I_CmsListAction
- public class CmsListMultiAction
- extends A_CmsListAction
Default implementation of a list multi action.
- Since:
- 6.0.0
- Version:
- $Revision: 1.14 $
- Author:
- Michael Moossen
| Methods inherited from class org.opencms.workplace.tools.A_CmsHtmlIconButton |
defaultButtonHtml, defaultButtonHtml, defaultHelpHtml, getHelpText, getIconPath, getId, getName, isEnabled, setEnabled, setHelpText, setIconPath, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmsListMultiAction
public CmsListMultiAction(String id)
- Default Constructor.
- Parameters:
id - the unique id
buttonHtml
public String buttonHtml(CmsWorkplace wp)
- Description copied from interface:
I_CmsHtmlIconButton
- Returns the necessary html code.
- Parameters:
wp - the jsp page to write the code to
- Returns:
- html code
- See Also:
I_CmsHtmlIconButton.buttonHtml(CmsWorkplace)