Package org.opencms.workplace.tools
Class CmsHtmlIconButtonStyleEnum
java.lang.Object
org.opencms.workplace.tools.CmsHtmlIconButtonStyleEnum
Wrapper class for
the different style of icon buttons.
The possibles values are:
- BigIconText
- SmallIconText
- SmallIconOnly
- Since:
- 6.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CmsHtmlIconButtonStyleEnum
Constant for ascending ordering.static final CmsHtmlIconButtonStyleEnum
Constant for none ordering.static final CmsHtmlIconButtonStyleEnum
Constant for descending ordering.static final List<CmsHtmlIconButtonStyleEnum>
List of ordering constants. -
Method Summary
-
Field Details
-
BIG_ICON_TEXT
Constant for ascending ordering. -
SMALL_ICON_ONLY
Constant for none ordering. -
SMALL_ICON_TEXT
Constant for descending ordering. -
VALUES
List of ordering constants.
-
-
Method Details
-
valueOf
Parses an string into an element of this enumeration.- Parameters:
value
- the style to parse- Returns:
- the enumeration element
- Throws:
CmsIllegalArgumentException
- if the given instance for the argument is not found
-
getStyle
Returns the style string.- Returns:
- the style string
-
toString
-