|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.twenty11.skysail.common.forms.FieldDefinition
public class FieldDefinition
Defines a html form field.
| Constructor Summary | |
|---|---|
FieldDefinition(String fieldName,
FieldType fieldType,
FormBuilder formBuilder)
alternative constructor, taking name and builder. |
|
| Method Summary | |
|---|---|
FieldDefinition |
addField(String fieldName,
FieldType fieldType)
This method supports a DSL-style to add further columns to a chain of already available columnDefinitions. |
String |
getName()
returns the name. |
String |
getValue()
|
void |
setValue(String provided)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FieldDefinition(String fieldName,
FieldType fieldType,
FormBuilder formBuilder)
fieldName - name of the columnfieldType - the html typeformBuilder - the builder| Method Detail |
|---|
public final FieldDefinition addField(String fieldName,
FieldType fieldType)
fieldName - of the new field.fieldType - of the new field.
public final String getName()
public final String toString()
toString in class Objectpublic void setValue(String provided)
public String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||