com.vaadin.data.util.


Class AbstractProperty.ReadOnlyStatusChangeEvent

java.lang.Object
  java.util.EventObject
      com.vaadin.data.util.AbstractProperty.ReadOnlyStatusChangeEvent

All Implemented Interfaces:

Property.ReadOnlyStatusChangeEvent, Serializable

Enclosing class:

AbstractProperty

protected class AbstractProperty.ReadOnlyStatusChangeEvent
extends EventObject
implements Property.ReadOnlyStatusChangeEvent

An Event object specifying the Property whose read-only status has been changed.

See Also:

Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected AbstractProperty.ReadOnlyStatusChangeEvent(Property source)
          Constructs a new read-only status change event for this object.
 
Method Summary
 Property getProperty()
          Gets the Property whose read-only state has changed.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractProperty.ReadOnlyStatusChangeEvent

protected AbstractProperty.ReadOnlyStatusChangeEvent(Property source)

Constructs a new read-only status change event for this object.

Parameters:
source - source object of the event.

Method Detail

getProperty

public Property getProperty()

Gets the Property whose read-only state has changed.

Specified by:
getProperty in interface Property.ReadOnlyStatusChangeEvent

Returns:
source Property of the event.