Class CmsListIndependentAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ACTION_EXPLORER_SWITCH_ID
      List independent action id constant.
      • Fields inherited from class org.opencms.workplace.tools.A_CmsHtmlIconButton

        EMPTY_MESSAGE, m_id
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsListIndependentAction​(java.lang.String id)
      Default Constructor.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String buttonHtml​(org.opencms.workplace.CmsWorkplace wp)  
      static CmsListIndependentAction getDefaultExplorerSwitchAction()
      Returns the default explorer switch action for explorer list dialogs.
      protected java.lang.String resolveOnClic​(org.opencms.workplace.CmsWorkplace wp)
      Help method to resolve the on clic text to use.
      • 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
    • Constructor Detail

      • CmsListIndependentAction

        public CmsListIndependentAction​(java.lang.String id)
        Default Constructor.

        Parameters:
        id - unique id
    • Method Detail

      • resolveOnClic

        protected java.lang.String resolveOnClic​(org.opencms.workplace.CmsWorkplace wp)
        Help method to resolve the on clic text to use.

        Parameters:
        wp - the workplace context
        Returns:
        the on clic text
      • buttonHtml

        public java.lang.String buttonHtml​(org.opencms.workplace.CmsWorkplace wp)
        See Also:
        I_CmsHtmlIconButton.buttonHtml(CmsWorkplace)