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