public enum GlyphIconClass extends Enum<GlyphIconClass> implements net.dontdrinkandroot.wicket.css.CssClass
| Enum Constant and Description |
|---|
ASTERISK |
CLOUD |
ENVELOPE |
EURO |
GLASS |
MINUS |
PENCIL |
PLUS |
USER |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassString() |
static GlyphIconClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlyphIconClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlyphIconClass ASTERISK
public static final GlyphIconClass PLUS
public static final GlyphIconClass EURO
public static final GlyphIconClass MINUS
public static final GlyphIconClass CLOUD
public static final GlyphIconClass ENVELOPE
public static final GlyphIconClass PENCIL
public static final GlyphIconClass GLASS
public static final GlyphIconClass USER
public static GlyphIconClass[] values()
for (GlyphIconClass c : GlyphIconClass.values()) System.out.println(c);
public static GlyphIconClass 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.