com.vaadin.ui
Class Field.ValueChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.ui.Component.Event
com.vaadin.ui.Field.ValueChangeEvent
- All Implemented Interfaces:
- Property.ValueChangeEvent, Serializable
- Enclosing interface:
- Field
public static class Field.ValueChangeEvent
- extends Component.Event
- implements Property.ValueChangeEvent
An Event
object specifying the Field whose value has been
changed.
- Since:
- 3.0
- Version:
- 6.8.18
- Author:
- Vaadin Ltd.
- See Also:
- Serialized Form
Field.ValueChangeEvent
public Field.ValueChangeEvent(Field source)
- Constructs a new event object with the specified source field object.
- Parameters:
source
- the field that caused the event.
getProperty
public Property getProperty()
- Gets the Property which triggered the event.
- Specified by:
getProperty
in interface Property.ValueChangeEvent
- Returns:
- the Source Property of the event.
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.