Interface I_CmsHtmlIconButton

    • Method Detail

      • buttonHtml

        java.lang.String buttonHtml​(CmsWorkplace wp)
        Returns the necessary html code.

        Parameters:
        wp - the jsp page to write the code to
        Returns:
        html code
      • getIconPath

        java.lang.String getIconPath()
        Returns the path to the icon.

        Returns:
        the path to the icon
      • getId

        java.lang.String getId()
        Returns the id of the html component.

        Returns:
        the id
      • isEnabled

        boolean isEnabled()
        Returns if enabled or disabled.

        Returns:
        if enabled or disabled
      • isVisible

        boolean isVisible()
        Returns if visible or not.

        Returns:
        if visible or not
      • setEnabled

        void setEnabled​(boolean enabled)
        Sets if enabled or disabled.

        Parameters:
        enabled - if enabled or disabled
      • setIconPath

        void setIconPath​(java.lang.String iconPath)
        Sets the icon Path.

        Parameters:
        iconPath - the icon Path to set
      • setVisible

        void setVisible​(boolean visible)
        Sets if visible or not.

        Parameters:
        visible - if visible or not