We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.fieldgroup.
Package com.vaadin.data.fieldgroup
-
Interface Summary Interface Description FieldGroup.CommitHandler CommitHandlers are used by
FieldGroup.commit()
as part of the commit transactions.FieldGroupFieldFactory Factory interface for creating new Field-instances based on the data type that should be edited.
-
Class Summary Class Description BeanFieldGroup<T> DefaultFieldGroupFieldFactory This class contains a basic implementation for
FieldGroupFieldFactory
.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.CommitEvent FIXME javadoc
-
Exception Summary Exception Description FieldGroup.BindException FieldGroup.CommitException Exception thrown by a FieldGroup when the commit operation fails.
FieldGroup.FieldGroupInvalidValueException Exception which wraps InvalidValueExceptions from all invalid fields in a FieldGroup
FieldGroup.SearchException -
Annotation Types Summary Annotation Type Description Caption PropertyId Defines the custom property name to be bound to a
Field
usingFieldGroup
orBeanFieldGroup
.