com.vaadin.addon.jpacontainer
Class JPAContainer.ItemNotFoundEvent
java.lang.Object
com.vaadin.addon.jpacontainer.JPAContainer.ItemNotFoundEvent
- All Implemented Interfaces:
- com.vaadin.data.Container.ItemSetChangeEvent, Serializable
- Enclosing class:
- JPAContainer<T>
public final class JPAContainer.ItemNotFoundEvent
- extends Object
- implements com.vaadin.data.Container.ItemSetChangeEvent
Event fired by JPAContainer.containsId(java.lang.Object) when the
result is false and JPAContainer.isContainsIdFiresItemSetChangeIfNotFound()
is true.
- 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.ItemNotFoundEvent
protected JPAContainer.ItemNotFoundEvent()
getContainer
public com.vaadin.data.Container getContainer()
- Specified by:
getContainer in interface com.vaadin.data.Container.ItemSetChangeEvent
Copyright © 2013 Vaadin Ltd. All rights reserved.