|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.opencms.workplace.tools.A_CmsToolHandler
org.opencms.workplace.tools.CmsRootToolHandler
Default admin tool handler.
Always enabled and visible.
| Field Summary |
| Fields inherited from class org.opencms.workplace.tools.A_CmsToolHandler |
ARG_PARAM_NAME, ARG_PATH_NAME, ARGS_PROPERTY_DEFINITION, ARGUMENT_SEPARATOR, DEFAULT_DISABLED_HELPTEXT, VALUE_SEPARATOR |
| Constructor Summary | |
CmsRootToolHandler()
|
|
| Method Summary | |
boolean |
isEnabled(CmsObject cms)
Returns the state of the admin tool for a given cms context. |
boolean |
isVisible(CmsObject cms)
Returns the visibility flag for a given cms context. |
boolean |
setup(CmsObject cms,
String resourcePath)
Default implementation. |
| Methods inherited from class org.opencms.workplace.tools.A_CmsToolHandler |
getDisabledHelpText, getGroup, getHelpText, getIconPath, getLink, getName, getParameters, getPath, getPosition, getShortName, getSmallIconPath, setDisabledHelpText, setGroup, setHelpText, setIconPath, setLink, setName, setParameters, setPath, setPosition, setShortName, setSmallIconPath, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CmsRootToolHandler()
| Method Detail |
public boolean isEnabled(CmsObject cms)
I_CmsToolHandler
cms - the cms context
true if enabledI_CmsToolHandler.isEnabled(org.opencms.file.CmsObject)public boolean isVisible(CmsObject cms)
I_CmsToolHandler
cms - the cms context
true if visibleI_CmsToolHandler.isVisible(org.opencms.file.CmsObject)
public boolean setup(CmsObject cms,
String resourcePath)
A_CmsToolHandlerCmsPropertyDefinition.PROPERTY_NAVIMAGE property,
or uses a default icon if undefined, the name is taken from the
CmsPropertyDefinition.PROPERTY_NAVTEXT property,
or uses the CmsPropertyDefinition.PROPERTY_TITLE property if undefined,
or an default text, if still undefined. if you want 2 different names, one for the big icon tools and one for
the menu/navbar entries, use a A_CmsToolHandler.VALUE_SEPARATOR to separate them in the property.
(if you do so, the first one is for big icons and the second one for menu/navbar entries). the help text is taken from the
CmsPropertyDefinition.PROPERTY_DESCRIPTION property or a
default text if undefined, if you want to custumize a help text while disabled, use a
A_CmsToolHandler.VALUE_SEPARATOR as a separator in the same property.
The group is taken from the property,
the position from the CmsPropertyDefinition.PROPERTY_NAVINFO
and the install path is given by the folder structure if the CmsPropertyDefinition.PROPERTY_NAVPOS
property does not include path information.A_CmsToolHandler.ARGS_PROPERTY_DEFINITION
For the icon path you can specify 2 paths separated by a ,
the first one will be used as a group icon (32x32), and the second as an menu icon (16x16). A_CmsToolHandler.VALUE_SEPARATOR
setup in interface I_CmsToolHandlersetup in class A_CmsToolHandlerA_CmsToolHandler.setup(org.opencms.file.CmsObject, java.lang.String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||