public enum FormType extends Enum<FormType> implements ICssClassNameProvider, ICssClassNameModifier
| Enum Constant and Description |
|---|
Default |
Horizontal |
Inline |
Search |
| Modifier and Type | Method and Description |
|---|---|
String |
cssClassName() |
CssClassNameAppender |
newCssClassNameModifier() |
static FormType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormType Default
public static final FormType Inline
public static final FormType Search
public static final FormType Horizontal
public static FormType[] values()
for (FormType c : FormType.values()) System.out.println(c);
public static FormType 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 cssClassName()
cssClassName in interface ICssClassNameProviderpublic CssClassNameAppender newCssClassNameModifier()
newCssClassNameModifier in interface ICssClassNameModifierAttributeModifier which contains
the css class nameCopyright © 2013 agilecoders.de. All Rights Reserved.