Uses of Class
org.opencms.workplace.tools.CmsHtmlIconButtonStyleEnum
Packages that use CmsHtmlIconButtonStyleEnum
Package
Description
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
-
Uses of CmsHtmlIconButtonStyleEnum in org.opencms.workplace.tools
Fields in org.opencms.workplace.tools declared as CmsHtmlIconButtonStyleEnumModifier and TypeFieldDescriptionstatic final CmsHtmlIconButtonStyleEnum
CmsHtmlIconButtonStyleEnum.BIG_ICON_TEXT
Constant for ascending ordering.static final CmsHtmlIconButtonStyleEnum
CmsHtmlIconButtonStyleEnum.SMALL_ICON_ONLY
Constant for none ordering.static final CmsHtmlIconButtonStyleEnum
CmsHtmlIconButtonStyleEnum.SMALL_ICON_TEXT
Constant for descending ordering.Fields in org.opencms.workplace.tools with type parameters of type CmsHtmlIconButtonStyleEnumModifier and TypeFieldDescriptionstatic final List<CmsHtmlIconButtonStyleEnum>
CmsHtmlIconButtonStyleEnum.VALUES
List of ordering constants.Methods in org.opencms.workplace.tools that return CmsHtmlIconButtonStyleEnumModifier and TypeMethodDescriptionstatic CmsHtmlIconButtonStyleEnum
Parses an string into an element of this enumeration.Methods in org.opencms.workplace.tools with parameters of type CmsHtmlIconButtonStyleEnumModifier and TypeMethodDescriptionstatic String
A_CmsHtmlIconButton.defaultButtonHtml
(CmsHtmlIconButtonStyleEnum style, String id, String name, String helpText, boolean enabled, String iconPath, String confirmationMessage, String onClick) Generates a default html code for icon buttons.static String
A_CmsHtmlIconButton.defaultButtonHtml
(CmsHtmlIconButtonStyleEnum style, String id, String helpId, String name, String helpText, boolean enabled, String iconPath, String confirmationMessage, String onClick, boolean singleHelp, String rightHtml) Generates a default html code where several buttons can have the same help text.