com.itmill.toolkit.ui
Class Field.ValueChangeEvent
java.lang.Object
java.util.EventObject
com.itmill.toolkit.ui.Component.Event
com.itmill.toolkit.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:
- 4.1.4
- Author:
- IT Mill 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-2008 IT Mill Ltd. All Rights Reserved.