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 AbstractContainer.BasePropertySetChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.data.util.AbstractContainer.BasePropertySetChangeEvent
All Implemented Interfaces:
Enclosing class:
- extends EventObject
- implements Container.PropertySetChangeEvent, Serializable
protected static class AbstractContainer.BasePropertySetChangeEvent
An event
object specifying the container whose Property set
has changed.
This class does not provide information about which properties were
concerned by the change, but subclasses can provide additional
information about the changes.
See Also:
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
protected |
AbstractContainer.BasePropertySetChangeEvent(Container source)
|
Method Summary | |
---|---|
Container |
getContainer()
Retrieves the Container whose contents have been modified. |
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 |
---|
AbstractContainer.BasePropertySetChangeEvent
protected AbstractContainer.BasePropertySetChangeEvent(Container source)
Method Detail |
---|
getContainer
public Container getContainer()
- Specified by:
getContainer
in interfaceContainer.PropertySetChangeEvent
- Returns:
- Source Container of the event.
Description copied from interface: Container.PropertySetChangeEvent
Retrieves the Container whose contents have been modified.