org.opencms.workplace.list
Class CmsListRadioMultiAction
java.lang.Object
org.opencms.workplace.tools.A_CmsHtmlIconButton
org.opencms.workplace.list.A_CmsListAction
org.opencms.workplace.list.CmsListMultiAction
org.opencms.workplace.list.CmsListRadioMultiAction
- All Implemented Interfaces:
- I_CmsListAction, I_CmsHtmlIconButton
public class CmsListRadioMultiAction
- extends CmsListMultiAction
Default implementation of a list radio multi action.
- Since:
- 6.0.0
- Version:
- $Revision: 1.2 $
- Author:
- Michael Moossen
| Methods inherited from class org.opencms.workplace.tools.A_CmsHtmlIconButton |
defaultButtonHtml, defaultButtonHtml, defaultHelpHtml, getHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opencms.workplace.tools.I_CmsHtmlIconButton |
getHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisible |
CmsListRadioMultiAction
public CmsListRadioMultiAction(String id,
List relatedActionIds)
- Default Constructor.
- Parameters:
id - the unique idrelatedActionIds - the ids of the related item selection actions
buttonHtml
public String buttonHtml(CmsWorkplace wp)
- Description copied from interface:
I_CmsHtmlIconButton
- Returns the necessary html code.
- Specified by:
buttonHtml in interface I_CmsHtmlIconButton- Overrides:
buttonHtml in class CmsListMultiAction
- Parameters:
wp - the jsp page to write the code to
- Returns:
- html code
- See Also:
I_CmsHtmlIconButton.buttonHtml(CmsWorkplace)
getSelections
public int getSelections()
- Returns the number of expected selections.
- Returns:
- the number of expected selections