@Deprecated 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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getAddedItemsCount()
Deprecated.
Gets the number of the added items.
|
getSource, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFirstIndex, getFirstItemId
getContainer
public int getAddedItemsCount()
Container.Indexed.ItemAddEvent
getAddedItemsCount
in interface Container.Indexed.ItemAddEvent
Copyright © 2020 Vaadin Ltd. All rights reserved.