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