com.vaadin.data
Interface Property.ValueChangeEvent

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

public static interface Property.ValueChangeEvent
extends Serializable

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

Since:
3.0
Version:
6.3.3
Author:
IT Mill 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-2010 IT Mill Ltd. All Rights Reserved.