public enum Icons extends Enum<Icons> implements CssItem
Enum Constant and Description |
---|
ARROW_DOWN |
CALENDAR3 |
CARET_LEFT |
CARET_RIGHT |
CHEVRON_DOUBLE_LEFT |
CHEVRON_DOUBLE_RIGHT |
CHEVRON_LEFT |
CHEVRON_RIGHT |
CLOCK |
DASH_SQUARE |
EXCLAMATION |
EXCLAMATION_LG |
FOLDER2_OPEN |
PLUS_SQUARE |
QUESTION |
QUESTION_LG |
SKIP_END |
SKIP_START |
SQUARE |
THREE_DOTS |
Modifier and Type | Method and Description |
---|---|
static CssItem |
custom(String name) |
String |
getName() |
static boolean |
matches(String value) |
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 ARROW_DOWN
public static final Icons CHEVRON_DOUBLE_LEFT
public static final Icons CHEVRON_DOUBLE_RIGHT
public static final Icons CHEVRON_LEFT
public static final Icons CHEVRON_RIGHT
public static final Icons CARET_LEFT
public static final Icons CALENDAR3
public static final Icons CLOCK
public static final Icons THREE_DOTS
public static final Icons EXCLAMATION
public static final Icons EXCLAMATION_LG
public static final Icons FOLDER2_OPEN
public static final Icons CARET_RIGHT
public static final Icons DASH_SQUARE
public static final Icons PLUS_SQUARE
public static final Icons QUESTION
public static final Icons QUESTION_LG
public static final Icons SQUARE
public static final Icons SKIP_START
public static final Icons SKIP_END
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 nullpublic static boolean matches(String value)
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.