org.opencms.workplace.list
Class CmsListPrintIAction
java.lang.Object
org.opencms.workplace.tools.A_CmsHtmlIconButton
org.opencms.workplace.list.A_CmsListAction
org.opencms.workplace.list.CmsListIndependentAction
org.opencms.workplace.list.A_CmsListIndependentJsAction
org.opencms.workplace.list.CmsListPrintIAction
- All Implemented Interfaces:
- I_CmsListAction, I_CmsHtmlIconButton
public class CmsListPrintIAction
- extends A_CmsListIndependentJsAction
Generates a print preview for a list.
- Since:
- 6.0.0
- Version:
- $Revision$
- 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 |
LIST_ACTION_ID
public static final String LIST_ACTION_ID
- List independent action id constant.
- See Also:
- Constant Field Values
CmsListPrintIAction
public CmsListPrintIAction()
- Default constructor.
jsCode
public String jsCode(CmsWorkplace wp)
- Description copied from class:
A_CmsListIndependentJsAction
- The js code to execute.
- Specified by:
jsCode in class A_CmsListIndependentJsAction
- Parameters:
wp - the workplace context
- Returns:
- js code to execute
- See Also:
A_CmsListIndependentJsAction.jsCode(CmsWorkplace)