We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.util.
Class GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent
- java.lang.Object
-
- com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent
-
All Implemented Interfaces:
Direct Known Subclasses:
GeneratedPropertyContainer.GeneratedItemAddEvent
,GeneratedPropertyContainer.GeneratedItemRemoveEvent
Enclosing class:
protected abstract class GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent extends Object implements Serializable
Base implementation for item add or remove events. This is used when an event is fired from wrapped container and needs to be reconstructed to act like it actually came from this container.
See Also:
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GeneratedItemAddOrRemoveEvent​(Object itemId, int first, int count)
-
Method Summary
All Methods Modifier and Type Method Description int
getAffectedItemsCount()
Container
getContainer()
int
getFirstIndex()
Object
getFirstItemId()
-
-
-
Constructor Detail
-
GeneratedItemAddOrRemoveEvent
protected GeneratedItemAddOrRemoveEvent​(Object itemId, int first, int count)
-
-