Class A_CmsToolHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConfirmationMessage()
      Returns the confirmation Message.
      java.lang.String getDisabledHelpText()
      Returns the help text if disabled.
      java.lang.String getGroup()
      Returns the group.
      java.lang.String getHelpText()
      Returns the help text.
      java.lang.String getIconPath()
      Returns the path to the icon.
      java.lang.String getLink()
      Returns the link to the tool.
      java.lang.String getName()
      Returns the displayed name.
      java.util.Map<java.lang.String,​java.lang.String[]> getParameters​(CmsWorkplace wp)
      Returns the evaluated map of parameters.
      java.lang.String getPath()
      Returns the tool path to install the tool in.
      float getPosition()
      Returns the relative position in the group.
      java.lang.String getShortName()
      Returns the name for the menu or navbar.
      java.lang.String getSmallIconPath()
      Returns the path to an optional small(16x16) icon.
      boolean isEnabled​(CmsWorkplace wp)
      Returns the state of the admin tool for a given workplace context.
      boolean isVisible​(CmsWorkplace wp)
      Returns the visibility flag for a given workplace context.
      void setConfirmationMessage​(java.lang.String confirmationMessage)
      Sets the confirmation Message.
      void setDisabledHelpText​(java.lang.String disabledHelpText)
      Sets the help text if disabled.
      void setGroup​(java.lang.String group)
      Sets the group.
      void setHelpText​(java.lang.String helpText)
      Sets the help text.
      void setIconPath​(java.lang.String iconPath)
      Sets the icon path.
      void setLink​(java.lang.String link)
      Sets the link.
      protected void setLink​(CmsObject cms, java.lang.String resourcePath)
      Sets the link for the given resource.
      void setName​(java.lang.String name)
      Sets the name.
      protected void setParameters​(CmsObject cms, java.lang.String resourcePath)
      Sets the needed properties from the ARGS_PROPERTY_DEFINITION property of the given resource.
      void setParameterString​(java.lang.String paramString)
      Sets the parameter string.
      void setPath​(java.lang.String path)
      Sets the path.
      void setPosition​(float position)
      Sets the position.
      void setShortName​(java.lang.String shortName)
      Sets the short name.
      void setSmallIconPath​(java.lang.String smallIconPath)
      Sets the small icon path.
      boolean setup​(CmsObject cms, CmsToolRootHandler root, java.lang.String resourcePath)
      Default implementation.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait