Uses of Interface
com.vaadin.data.fieldgroup.FieldGroupFieldFactory

Packages that use FieldGroupFieldFactory
com.vaadin.data.fieldgroup   
com.vaadin.ui.components.grid   
 

Uses of FieldGroupFieldFactory in com.vaadin.data.fieldgroup
 

Classes in com.vaadin.data.fieldgroup that implement FieldGroupFieldFactory
 class DefaultFieldGroupFieldFactory
           
 

Methods in com.vaadin.data.fieldgroup that return FieldGroupFieldFactory
 FieldGroupFieldFactory FieldGroup.getFieldFactory()
          Gets the field factory for the FieldGroup.
 

Methods in com.vaadin.data.fieldgroup with parameters of type FieldGroupFieldFactory
 void FieldGroup.setFieldFactory(FieldGroupFieldFactory fieldFactory)
          Sets the field factory for the FieldGroup.
 

Uses of FieldGroupFieldFactory in com.vaadin.ui.components.grid
 

Methods in com.vaadin.ui.components.grid with parameters of type FieldGroupFieldFactory
 void EditorRow.setFieldFactory(FieldGroupFieldFactory factory)
          Sets the field factory for the FieldGroup.
 



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