org.opencms.workplace.list
Class CmsListResourceLockAction
java.lang.Object
org.opencms.workplace.tools.A_CmsHtmlIconButton
org.opencms.workplace.list.A_CmsListAction
org.opencms.workplace.list.CmsListDirectAction
org.opencms.workplace.list.CmsListExplorerDirectAction
org.opencms.workplace.list.CmsListResourceLockAction
- All Implemented Interfaces:
- I_CmsListAction, I_CmsListDirectAction, I_CmsHtmlIconButton
public class CmsListResourceLockAction
- extends CmsListExplorerDirectAction
Displays an icon action for the lock type.
- Since:
- 6.0.0
- Version:
- $Revision: 1.2 $
- Author:
- Michael Moossen
| Methods inherited from class org.opencms.workplace.tools.A_CmsHtmlIconButton |
defaultButtonHtml, defaultButtonHtml, defaultHelpHtml, getId, 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 |
CmsListResourceLockAction
public CmsListResourceLockAction(String id,
A_CmsListExplorerDialog wp)
- Default Constructor.
- Parameters:
id - the unique idwp - the workplace context
getHelpText
public CmsMessageContainer getHelpText()
- Description copied from interface:
I_CmsHtmlIconButton
- Returns the help text.
- Specified by:
getHelpText in interface I_CmsHtmlIconButton- Overrides:
getHelpText in class A_CmsHtmlIconButton
- Returns:
- the help text
- See Also:
I_CmsHtmlIconButton.getHelpText()
getIconPath
public String getIconPath()
- Description copied from interface:
I_CmsHtmlIconButton
- Returns the path to the icon.
- Specified by:
getIconPath in interface I_CmsHtmlIconButton- Overrides:
getIconPath in class A_CmsHtmlIconButton
- Returns:
- the path to the icon
- See Also:
A_CmsHtmlIconButton.getIconPath()
getName
public CmsMessageContainer getName()
- Description copied from interface:
I_CmsHtmlIconButton
- Returns the display name.
- Specified by:
getName in interface I_CmsHtmlIconButton- Overrides:
getName in class A_CmsHtmlIconButton
- Returns:
- the display name
- See Also:
I_CmsHtmlIconButton.getName()