Package com.vaadin.data.fieldgroup
Class FieldGroup.CommitEvent
- java.lang.Object
-
- com.vaadin.data.fieldgroup.FieldGroup.CommitEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FieldGroup
public static class FieldGroup.CommitEvent extends Object implements Serializable
FIXME javadoc- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldGroup
getFieldBinder()
Returns the field binder that this commit relates to
-
-
-
Method Detail
-
getFieldBinder
public FieldGroup getFieldBinder()
Returns the field binder that this commit relates to- Returns:
- The FieldBinder that is being committed.
-
-