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 CmsHtmlIconButtonStyleEnumCmsHtmlIconButtonStyleEnum.BIG_ICON_TEXTConstant for ascending ordering.static final CmsHtmlIconButtonStyleEnumCmsHtmlIconButtonStyleEnum.SMALL_ICON_ONLYConstant for none ordering.static final CmsHtmlIconButtonStyleEnumCmsHtmlIconButtonStyleEnum.SMALL_ICON_TEXTConstant for descending ordering.Fields in org.opencms.workplace.tools with type parameters of type CmsHtmlIconButtonStyleEnumModifier and TypeFieldDescriptionstatic final List<CmsHtmlIconButtonStyleEnum> CmsHtmlIconButtonStyleEnum.VALUESList of ordering constants.Methods in org.opencms.workplace.tools that return CmsHtmlIconButtonStyleEnumModifier and TypeMethodDescriptionstatic CmsHtmlIconButtonStyleEnumParses an string into an element of this enumeration.Methods in org.opencms.workplace.tools with parameters of type CmsHtmlIconButtonStyleEnumModifier and TypeMethodDescriptionstatic StringA_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 StringA_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.