protected static class AbstractInMemoryContainer.BaseItemAddEvent extends EventObject implements Container.Indexed.ItemAddEvent
Event object specifying information about the added
items.
This class provides information about the first added item and the number of added items.
source| Constructor and Description |
|---|
BaseItemAddEvent(Container source,
Object itemId,
int index,
int count) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAddedItemsCount()
Gets the number of the added items.
|
getSource, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFirstIndex, getFirstItemIdgetContainerpublic int getAddedItemsCount()
Container.Indexed.ItemAddEventgetAddedItemsCount in interface Container.Indexed.ItemAddEventCopyright © 2019 Vaadin Ltd. All rights reserved.