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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFirstIndex, getFirstItemId
getContainer
public int getRemovedItemsCount()
Container.Indexed.ItemRemoveEvent
getRemovedItemsCount
in interface Container.Indexed.ItemRemoveEvent
Copyright © 2021 Vaadin Ltd. All rights reserved.