public enum CmsIcon extends Enum<CmsIcon>
Icon
that are
coming from the Hippo Theme).Enum Constant and Description |
---|
AJAX_LOADER |
DELETE |
DELETE_HOVER |
FILE_UNLOCKED |
FLOPPY_TIMES_CIRCLE |
OVERLAY_PLUS |
SORT_ASCENDING |
SORT_DESCENDING |
STATEORDER_DOWN |
STATEORDER_HOVER |
STATEORDER_NONE |
STATEORDER_UP |
Modifier and Type | Method and Description |
---|---|
String |
getInlineSvg(IconSize size,
String... cssClasses)
Returns an inline svg representation of this icon.
|
static CmsIcon |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmsIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsIcon AJAX_LOADER
public static final CmsIcon DELETE
public static final CmsIcon DELETE_HOVER
public static final CmsIcon FILE_UNLOCKED
public static final CmsIcon FLOPPY_TIMES_CIRCLE
public static final CmsIcon OVERLAY_PLUS
public static final CmsIcon SORT_ASCENDING
public static final CmsIcon SORT_DESCENDING
public static final CmsIcon STATEORDER_DOWN
public static final CmsIcon STATEORDER_HOVER
public static final CmsIcon STATEORDER_NONE
public static final CmsIcon STATEORDER_UP
public static CmsIcon[] values()
for (CmsIcon c : CmsIcon.values()) System.out.println(c);
public static CmsIcon valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.