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