|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.vaadin.data.util.AbstractContainer.BasePropertySetChangeEvent
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.
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 |
---|
protected AbstractContainer.BasePropertySetChangeEvent(Container source)
Method Detail |
---|
public Container getContainer()
Container.PropertySetChangeEvent
getContainer
in interface Container.PropertySetChangeEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |