public enum FontAwesomeIconClass extends Enum<FontAwesomeIconClass> implements net.dontdrinkandroot.wicket.css.CssClass
| Enum Constant and Description |
|---|
ASTERISK |
CHECK |
LOCK |
PENCIL |
PLUS |
POWER_OFF |
TRASH |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassString() |
static FontAwesomeIconClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontAwesomeIconClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontAwesomeIconClass ASTERISK
public static final FontAwesomeIconClass CHECK
public static final FontAwesomeIconClass LOCK
public static final FontAwesomeIconClass PENCIL
public static final FontAwesomeIconClass PLUS
public static final FontAwesomeIconClass POWER_OFF
public static final FontAwesomeIconClass TRASH
public static FontAwesomeIconClass[] values()
for (FontAwesomeIconClass c : FontAwesomeIconClass.values()) System.out.println(c);
public static FontAwesomeIconClass 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 String getClassString()
getClassString in interface net.dontdrinkandroot.wicket.css.CssClassCopyright © 2014 dontdrinkandroot. All rights reserved.