| Package | Description |
|---|---|
| de.twenty11.skysail.common.forms |
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
FormBuilder.addField(String fieldName,
FieldType type)
Add a new field to the chain.
|
FieldDefinition |
FieldDefinition.addField(String fieldName,
FieldType fieldType)
This method supports a DSL-style to add further columns to a chain of
already available columnDefinitions.
|
| Constructor and Description |
|---|
FieldDefinition(String fieldName,
FieldType fieldType,
FormBuilder formBuilder)
alternative constructor, taking name and builder.
|
Copyright © 2011-2013. All Rights Reserved.