Package org.hippoecm.frontend.skin
Enum Class CmsIcon
- All Implemented Interfaces:
Serializable
,Comparable<CmsIcon>
,Constable
References to icons that are only available in the CMS (as opposed to icons in
Icon
that are
coming from the Hippo Theme).-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetInlineSvg
(IconSize size, String... cssClasses) Returns an inline svg representation of this icon.static CmsIcon
Returns the enum constant of this class with the specified name.static CmsIcon[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AJAX_LOADER
-
DELETE
-
DELETE_HOVER
-
FILE_UNLOCKED
-
FLOPPY_TIMES_CIRCLE
-
HELP
-
OVERLAY_PLUS
-
SORT_ASCENDING
-
SORT_DESCENDING
-
STATEORDER_DOWN
-
STATEORDER_HOVER
-
STATEORDER_NONE
-
STATEORDER_UP
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getInlineSvg
Returns an inline svg representation of this icon. All CSS classes of this icon will be set.- See Also:
-
getCssClasses(org.hippoecm.frontend.service.IconSize)
-