public static interface Container.Indexed.ItemRemoveEvent extends Container.ItemSetChangeEvent
Event object specifying information about the removed
items.| Modifier and Type | Method and Description |
|---|---|
int |
getFirstIndex()
Gets the index of the first removed item.
|
Object |
getFirstItemId()
Gets the item id of the first removed item.
|
int |
getRemovedItemsCount()
Gets the number of the removed items.
|
getContainerObject getFirstItemId()
int getFirstIndex()
int getRemovedItemsCount()
Copyright © 2016 Vaadin Ltd. All rights reserved.