com.vaadin.data
Interface Property.ValueChangeEvent

All Superinterfaces:
Serializable
All Known Implementing Classes:
Field.ValueChangeEvent, Label.ValueChangeEvent
Enclosing interface:
Property<T>

public static interface Property.ValueChangeEvent
extends Serializable

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

Since:
3.0
Version:
7.0.0.alpha3
Author:
Vaadin Ltd.

Method Summary
 Property getProperty()
          Retrieves the Property that has been modified.
 

Method Detail

getProperty

Property getProperty()
Retrieves the Property that has been modified.

Returns:
source Property of the event


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