Uses of Interface
com.vaadin.ui.FieldFactory

Packages that use FieldFactory
com.vaadin.ui   
 

Uses of FieldFactory in com.vaadin.ui
 

Classes in com.vaadin.ui that implement FieldFactory
 class BaseFieldFactory
          Deprecated. use DefaultFieldFactory or own implementations on FormFieldFactory or TableFieldFactory instead.
 

Methods in com.vaadin.ui that return FieldFactory
 FieldFactory Form.getFieldFactory()
          Deprecated. Use Form.getFormFieldFactory() instead. Set the FormFieldFactory using Form.setFormFieldFactory(FormFieldFactory).
 FieldFactory Table.getFieldFactory()
          Deprecated. use Table.getTableFieldFactory() instead
 

Methods in com.vaadin.ui with parameters of type FieldFactory
 void Form.setFieldFactory(FieldFactory fieldFactory)
          Deprecated. use Form.setFormFieldFactory(FormFieldFactory) instead
 void Table.setFieldFactory(FieldFactory fieldFactory)
          Deprecated. use Table.setTableFieldFactory(TableFieldFactory) instead
 



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