com.vaadin.addon.jpacontainer
Class JPAContainer.AllItemsRemovedEvent

java.lang.Object
  extended by com.vaadin.addon.jpacontainer.JPAContainer.AllItemsRemovedEvent
All Implemented Interfaces:
com.vaadin.data.Container.ItemSetChangeEvent, Serializable
Enclosing class:
JPAContainer<T>

public final class JPAContainer.AllItemsRemovedEvent
extends Object
implements com.vaadin.data.Container.ItemSetChangeEvent

Event indicating that all the items have been removed from the container. This event is fired by JPAContainer.removeAllItems().

Since:
1.0
Author:
Petter Holmström (Vaadin Ltd)
See Also:
Serialized Form

Constructor Summary
protected JPAContainer.AllItemsRemovedEvent()
           
 
Method Summary
 com.vaadin.data.Container getContainer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAContainer.AllItemsRemovedEvent

protected JPAContainer.AllItemsRemovedEvent()
Method Detail

getContainer

public com.vaadin.data.Container getContainer()
Specified by:
getContainer in interface com.vaadin.data.Container.ItemSetChangeEvent


Copyright © 2013 Vaadin Ltd. All rights reserved.