Class CmsChangeLogLevelMultiAction

    • Field Summary

      • Fields inherited from class org.opencms.workplace.tools.A_CmsHtmlIconButton

        EMPTY_MESSAGE, m_id
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String buttonHtml​(org.opencms.workplace.CmsWorkplace wp)  
      • 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

      • CmsChangeLogLevelMultiAction

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

        Parameters:
        id - the unique id
    • Method Detail

      • buttonHtml

        public java.lang.String buttonHtml​(org.opencms.workplace.CmsWorkplace wp)
        Specified by:
        buttonHtml in interface org.opencms.workplace.tools.I_CmsHtmlIconButton
        Overrides:
        buttonHtml in class CmsListMultiAction
        See Also:
        I_CmsHtmlIconButton.buttonHtml(CmsWorkplace)