public enum Icons extends Enum<Icons> implements CssItem
Enum Constant and Description |
---|
ANGLE_DOUBLE_LEFT |
ANGLE_DOUBLE_RIGHT |
ANGLE_DOWN |
ANGLE_LEFT |
ANGLE_RIGHT |
ANGLE_UP |
BACKWARD |
BARS |
CALENDAR |
CLOCK_O |
ELLIPSIS_H |
EXCLAMATION |
FOLDER_OPEN |
FORWARD |
MINUS_SQUARE_O |
PLUS_SQUARE_O |
QUESTION |
SQUARE_O |
STEP_BACKWARD |
STEP_FORWARD |
Modifier and Type | Method and Description |
---|---|
static CssItem |
custom(String name) |
String |
getName() |
static Icons |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Icons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Icons ANGLE_DOUBLE_LEFT
public static final Icons ANGLE_DOUBLE_RIGHT
public static final Icons ANGLE_DOWN
public static final Icons ANGLE_LEFT
public static final Icons ANGLE_RIGHT
public static final Icons ANGLE_UP
public static final Icons BACKWARD
public static final Icons BARS
public static final Icons CALENDAR
public static final Icons CLOCK_O
public static final Icons ELLIPSIS_H
public static final Icons EXCLAMATION
public static final Icons FOLDER_OPEN
public static final Icons FORWARD
public static final Icons MINUS_SQUARE_O
public static final Icons PLUS_SQUARE_O
public static final Icons QUESTION
public static final Icons SQUARE_O
public static final Icons STEP_BACKWARD
public static final Icons STEP_FORWARD
public static final CssItem FA
public static Icons[] values()
for (Icons c : Icons.values()) System.out.println(c);
public static Icons 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 © 2002–2022 The Apache Software Foundation. All rights reserved.