com.vaadin.addon.jpacontainer
Class JPAContainer.ItemRemovedEvent

java.lang.Object
  extended by com.vaadin.addon.jpacontainer.JPAContainer.ItemEvent
      extended by 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

Field Summary
 
Fields inherited from class com.vaadin.addon.jpacontainer.JPAContainer.ItemEvent
itemId
 
Constructor Summary
protected JPAContainer.ItemRemovedEvent(Object itemId)
           
 
Method Summary
 
Methods inherited from class com.vaadin.addon.jpacontainer.JPAContainer.ItemEvent
getContainer, getItemId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAContainer.ItemRemovedEvent

protected JPAContainer.ItemRemovedEvent(Object itemId)


Copyright © 2013 Vaadin Ltd. All rights reserved.