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