Uses of Package
com.vaadin.data.fieldgroup
-
Packages that use com.vaadin.data.fieldgroup Package Description com.vaadin.data.fieldgroup com.vaadin.ui -
Classes in com.vaadin.data.fieldgroup used by com.vaadin.data.fieldgroup Class Description BeanFieldGroup DefaultFieldGroupFieldFactory This class contains a basic implementation forFieldGroupFieldFactory
.The class is singleton, useDefaultFieldGroupFieldFactory.get()
method to get reference to the instance.FieldGroup FieldGroup provides an easy way of binding fields to data and handling commits of these fields.FieldGroup.BindException FieldGroup.CommitEvent FIXME javadocFieldGroup.CommitException Exception thrown by a FieldGroup when the commit operation fails.FieldGroup.CommitHandler CommitHandlers are used byFieldGroup.commit()
as part of the commit transactions.FieldGroupFieldFactory Factory interface for creating new Field-instances based on the data type that should be edited. -
Classes in com.vaadin.data.fieldgroup used by com.vaadin.ui Class Description DefaultFieldGroupFieldFactory This class contains a basic implementation forFieldGroupFieldFactory
.The class is singleton, useDefaultFieldGroupFieldFactory.get()
method to get reference to the instance.FieldGroup FieldGroup provides an easy way of binding fields to data and handling commits of these fields.FieldGroup.CommitException Exception thrown by a FieldGroup when the commit operation fails.FieldGroupFieldFactory Factory interface for creating new Field-instances based on the data type that should be edited.