We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.util.
Class AbstractProperty.ReadOnlyStatusChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.data.util.AbstractProperty.ReadOnlyStatusChangeEvent
All Implemented Interfaces:
Enclosing class:
- extends EventObject
- implements Property.ReadOnlyStatusChangeEvent
protected class AbstractProperty.ReadOnlyStatusChangeEvent
An Event
object specifying the Property whose read-only
status has been changed.
See Also:
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)
- Parameters:
source
- source object of the event.
Constructs a new read-only status change event for this object.
Method Detail |
---|
getProperty
public Property getProperty()
- Specified by:
getProperty
in interfaceProperty.ReadOnlyStatusChangeEvent
- Returns:
- source Property of the event.
Gets the Property whose read-only state has changed.