Uses of Class
de.twenty11.skysail.common.forms.FieldType

Packages that use FieldType
de.twenty11.skysail.common.forms   
 

Uses of FieldType in de.twenty11.skysail.common.forms
 

Methods in de.twenty11.skysail.common.forms that return FieldType
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.
 

Methods in de.twenty11.skysail.common.forms with parameters of type FieldType
 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.
 

Constructors in de.twenty11.skysail.common.forms with parameters of type FieldType
FieldDefinition(String fieldName, FieldType fieldType, FormBuilder formBuilder)
          alternative constructor, taking name and builder.
 



Copyright © 2011-2012. All Rights Reserved.