com.vaadin.data.fieldgroup
Class FieldGroup.CommitEvent

java.lang.Object
  extended by 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
 FieldGroup getFieldBinder()
          Returns the field binder that this commit relates to
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFieldBinder

public FieldGroup getFieldBinder()
Returns the field binder that this commit relates to

Returns:
The FieldBinder that is being committed.


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.