public enum Width extends Enum<Width> implements ICssClassNameProvider, ICssClassNameModifier
| Enum Constant and Description |
|---|
SPAN1 |
SPAN10 |
SPAN11 |
SPAN12 |
SPAN2 |
SPAN3 |
SPAN4 |
SPAN5 |
SPAN6 |
SPAN7 |
SPAN8 |
SPAN9 |
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(org.apache.wicket.Component component)
adds width css class name modifier to given component
|
String |
cssClassName() |
CssClassNameAppender |
newCssClassNameModifier() |
static Width |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Width[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Width SPAN1
public static final Width SPAN2
public static final Width SPAN3
public static final Width SPAN4
public static final Width SPAN5
public static final Width SPAN6
public static final Width SPAN7
public static final Width SPAN8
public static final Width SPAN9
public static final Width SPAN10
public static final Width SPAN11
public static final Width SPAN12
public static Width[] values()
for (Width c : Width.values()) System.out.println(c);
public static Width 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 void addTo(org.apache.wicket.Component component)
component - to append the css classpublic String cssClassName()
cssClassName in interface ICssClassNameProviderpublic CssClassNameAppender newCssClassNameModifier()
newCssClassNameModifier in interface ICssClassNameModifierAttributeModifier which contains
the css class nameCopyright © 2013 agilecoders.de. All Rights Reserved.