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.event.selection.
Package com.vaadin.event.selection
-
Interface Summary Interface Description MultiSelectionListener<T> A listener for listening for selection changes from a multiselection component.
SelectionEvent<T> A selection event that unifies the way to access to selection event for multi selection and single selection components (in case when only one selected item is required).
SelectionListener<T> A listener for
SelectionEvent
.SingleSelectionListener<T> A listener for listening to selection changes on a single selection component.
-
Class Summary Class Description MultiSelectionEvent<T> Event fired when the the selection changes in a
SelectionModel.Multi
.SingleSelectionEvent<T> Fired when the selection changes in a listing component.