Uses of Class
com.vaadin.data.fieldgroup.FieldGroup
-
Packages that use FieldGroup Package Description com.vaadin.data.fieldgroup com.vaadin.ui -
-
Uses of FieldGroup in com.vaadin.data.fieldgroup
Subclasses of FieldGroup in com.vaadin.data.fieldgroup Modifier and Type Class Description class
BeanFieldGroup<T>
Methods in com.vaadin.data.fieldgroup that return FieldGroup Modifier and Type Method Description FieldGroup
FieldGroup.CommitEvent. getFieldBinder()
Returns the field binder that this commit relates toFieldGroup
FieldGroup.CommitException. getFieldGroup()
Returns the field group where the exception occurredConstructors in com.vaadin.data.fieldgroup with parameters of type FieldGroup Constructor Description CommitException(String message, FieldGroup fieldGroup, Throwable cause)
-
Uses of FieldGroup in com.vaadin.ui
Methods in com.vaadin.ui that return FieldGroup Modifier and Type Method Description 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 Modifier and Type Method Description void
Grid. setEditorFieldGroup(FieldGroup fieldGroup)
Sets the field group that is backing the item editor of this grid.
-