com.vaadin.data.util
Class AbstractInMemoryContainer.BaseItemAddEvent
java.lang.Object
java.util.EventObject
com.vaadin.data.util.AbstractInMemoryContainer.BaseItemAddEvent
- All Implemented Interfaces:
- Container.Indexed.ItemAddEvent, Container.ItemSetChangeEvent, java.io.Serializable
- Enclosing class:
- AbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item>
protected static class AbstractInMemoryContainer.BaseItemAddEvent
- extends java.util.EventObject
- implements Container.Indexed.ItemAddEvent
An Event
object specifying information about the added
items.
This class provides information about the first added item and the number
of added items.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbstractInMemoryContainer.BaseItemAddEvent
public AbstractInMemoryContainer.BaseItemAddEvent(Container source,
java.lang.Object itemId,
int index,
int count)
getAddedItemsCount
public int getAddedItemsCount()
- Description copied from interface:
Container.Indexed.ItemAddEvent
- Gets the number of the added items.
- Specified by:
getAddedItemsCount
in interface Container.Indexed.ItemAddEvent
- Returns:
- the number of added items.
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.