Uses of Class
com.vaadin.data.fieldgroup.FieldGroup

Packages that use FieldGroup
com.vaadin.data.fieldgroup   
com.vaadin.ui   
 

Uses of FieldGroup in com.vaadin.data.fieldgroup
 

Subclasses of FieldGroup in com.vaadin.data.fieldgroup
 class BeanFieldGroup<T>
           
 

Methods in com.vaadin.data.fieldgroup that return FieldGroup
 FieldGroup FieldGroup.CommitEvent.getFieldBinder()
          Returns the field binder that this commit relates to
 FieldGroup FieldGroup.CommitException.getFieldGroup()
          Returns the field group where the exception occurred
 

Constructors in com.vaadin.data.fieldgroup with parameters of type FieldGroup
FieldGroup.CommitException(java.lang.String message, FieldGroup fieldGroup, java.lang.Throwable cause)
           
 

Uses of FieldGroup in com.vaadin.ui
 

Methods in com.vaadin.ui that return FieldGroup
 FieldGroup Grid.getEditorFieldGroup()
          Gets the field group that is backing the item editor of this grid.
 

Methods in com.vaadin.ui with parameters of type FieldGroup
 void Grid.setEditorFieldGroup(FieldGroup fieldGroup)
          Sets the field group that is backing the item editor of this grid.
 



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