public enum SpanClass extends Enum<SpanClass> implements net.dontdrinkandroot.wicket.css.CssClass
| Enum Constant and Description |
|---|
SPAN_1 |
SPAN_10 |
SPAN_11 |
SPAN_12 |
SPAN_2 |
SPAN_3 |
SPAN_4 |
SPAN_5 |
SPAN_6 |
SPAN_7 |
SPAN_8 |
SPAN_9 |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassString() |
static SpanClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpanClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpanClass SPAN_1
public static final SpanClass SPAN_2
public static final SpanClass SPAN_3
public static final SpanClass SPAN_4
public static final SpanClass SPAN_5
public static final SpanClass SPAN_6
public static final SpanClass SPAN_7
public static final SpanClass SPAN_8
public static final SpanClass SPAN_9
public static final SpanClass SPAN_10
public static final SpanClass SPAN_11
public static final SpanClass SPAN_12
public static SpanClass[] values()
for (SpanClass c : SpanClass.values()) System.out.println(c);
public static SpanClass 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 © 2013 dontdrinkandroot. All Rights Reserved.