Class Field.ValueChangeEvent

An Event object specifying the Field whose value has been changed.

Synopsis

Since

3.0

Inheritance Path.  java.lang.Object-> java.util.EventObject-> com.itmill.toolkit.ui.Component.Event -> com.itmill.toolkit.ui.Field.ValueChangeEvent

Field.ValueChangeEvent(Field)

Parameters

source

the field that caused the event

Constructs a new event object with the specified source field object.

getProperty()

Parameters

return

Source Property of the event.

Gets the Property which triggered the event.