| Package | Description |
|---|---|
| de.twenty11.skysail.common.forms |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FieldDefinition> |
FormBuilder.getColumns() |
Map<String,FieldDefinition> |
FormData.getFields() |
Map<String,FieldDefinition> |
FormBuilder.getFields()
return the current chain of columns.
|
Copyright © 2011-2013. All Rights Reserved.