com.vaadin.addon.jpacontainer
Class JPAContainer.ItemRemovedEvent
java.lang.Object
com.vaadin.addon.jpacontainer.JPAContainer.ItemEvent
com.vaadin.addon.jpacontainer.JPAContainer.ItemRemovedEvent
- All Implemented Interfaces:
- com.vaadin.data.Container.ItemSetChangeEvent, Serializable
- Enclosing class:
- JPAContainer<T>
public final class JPAContainer.ItemRemovedEvent
- extends JPAContainer.ItemEvent
Event indicating that an item has been removed from the container. This
event is fired by JPAContainer.removeItem(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.ItemRemovedEvent
protected JPAContainer.ItemRemovedEvent(Object itemId)
Copyright © 2013 Vaadin Ltd. All rights reserved.