com.vaadin.addon.jpacontainer
Class JPAContainer.ItemAddedEvent
java.lang.Object
com.vaadin.addon.jpacontainer.JPAContainer.ItemEvent
com.vaadin.addon.jpacontainer.JPAContainer.ItemAddedEvent
- All Implemented Interfaces:
- com.vaadin.data.Container.ItemSetChangeEvent, Serializable
- Enclosing class:
- JPAContainer<T>
public final class JPAContainer.ItemAddedEvent
- extends JPAContainer.ItemEvent
Event indicating that an item has been added to the container. This event
is fired by JPAContainer.addEntity(java.lang.Object).
- Since:
- 1.0
- Author:
- Petter Holmström (Vaadin Ltd)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAContainer.ItemAddedEvent
protected JPAContainer.ItemAddedEvent(Object itemId)
Copyright © 2013 Vaadin Ltd. All rights reserved.