|
||||||||||
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.BaseItemSetChangeEvent
protected static class AbstractContainer.BaseItemSetChangeEvent
An event
object specifying the container whose Item set has
changed.
This class does not provide information about the exact changes
performed, but subclasses can add provide additional information about
the changes.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
protected |
AbstractContainer.BaseItemSetChangeEvent(Container source)
|
Method Summary | |
---|---|
Container |
getContainer()
Gets the Property where the event occurred. |
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.BaseItemSetChangeEvent(Container source)
Method Detail |
---|
public Container getContainer()
Container.ItemSetChangeEvent
getContainer
in interface Container.ItemSetChangeEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |