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:
protected static class AbstractProperty.ReadOnlyStatusChangeEvent extends EventObject implements Property.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
Constructors Modifier Constructor and Description protected
ReadOnlyStatusChangeEvent(Property source)
Constructs a new read-only status change event for this object.
-
Method Summary
All Methods Modifier and Type Method and Description Property
getProperty()
Gets the Property whose read-only state has changed.
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
ReadOnlyStatusChangeEvent
protected 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 interfaceProperty.ReadOnlyStatusChangeEvent
Returns:
source Property of the event.
-
-