Uses of Class
com.vaadin.v7.data.fieldgroup.FieldGroup
-
Packages that use FieldGroup Package Description com.vaadin.v7.data.fieldgroup com.vaadin.v7.ui -
-
Uses of FieldGroup in com.vaadin.v7.data.fieldgroup
Subclasses of FieldGroup in com.vaadin.v7.data.fieldgroup Modifier and Type Class Description classBeanFieldGroup<T>Deprecated.As of 8.0, replaced byBinderandBeanValidationBinderMethods in com.vaadin.v7.data.fieldgroup that return FieldGroup Modifier and Type Method Description FieldGroupFieldGroup.CommitEvent. getFieldBinder()Deprecated.Returns the field binder that this commit relates to.FieldGroupFieldGroup.CommitException. getFieldGroup()Deprecated.Returns the field group where the exception occurred.Constructors in com.vaadin.v7.data.fieldgroup with parameters of type FieldGroup Constructor Description CommitException(String message, FieldGroup fieldGroup, Throwable cause)Deprecated. -
Uses of FieldGroup in com.vaadin.v7.ui
Methods in com.vaadin.v7.ui that return FieldGroup Modifier and Type Method Description FieldGroupGrid. getEditorFieldGroup()Deprecated.Gets the field group that is backing the item editor of this grid.Methods in com.vaadin.v7.ui with parameters of type FieldGroup Modifier and Type Method Description voidGrid. setEditorFieldGroup(FieldGroup fieldGroup)Deprecated.Sets the field group that is backing the item editor of this grid.
-