Uses of Interface
com.vaadin.ui.FormFieldFactory

Packages that use FormFieldFactory
com.vaadin.ui   
 

Uses of FormFieldFactory in com.vaadin.ui
 

Classes in com.vaadin.ui that implement FormFieldFactory
 class DefaultFieldFactory
          This class contains a basic implementation for both FormFieldFactory and TableFieldFactory.
 

Methods in com.vaadin.ui that return FormFieldFactory
 FormFieldFactory Form.getFormFieldFactory()
          Deprecated. Get the field factory of the form.
 

Methods in com.vaadin.ui with parameters of type FormFieldFactory
 void Form.setFormFieldFactory(FormFieldFactory fieldFactory)
          Deprecated. Sets the field factory used by this Form to genarate Fields for properties.
 

Constructors in com.vaadin.ui with parameters of type FormFieldFactory
Form(Layout formLayout, FormFieldFactory fieldFactory)
          Deprecated. Constructs a new form with given Layout and FormFieldFactory.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.