com.vaadin.data.

Interface Container.Indexed.ItemRemoveEvent

    • Method Detail

      • getFirstItemId

        Object getFirstItemId()

        Gets the item id of the first removed item.

        Returns:

        item id of the first removed item

      • getFirstIndex

        int getFirstIndex()

        Gets the index of the first removed item.

        Returns:

        index of the first removed item

      • getRemovedItemsCount

        int getRemovedItemsCount()

        Gets the number of the removed items.

        Returns:

        the number of removed items