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.
Uses of Interface
com.vaadin.flow.data.selection.SelectionEvent
Packages that use SelectionEvent
-
Uses of SelectionEvent in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type SelectionEventModifier and TypeMethodDescriptionprotected abstract void
AbstractGridMultiSelectionModel.fireSelectionEvent
(SelectionEvent<Grid<T>, T> event) Method for handling the firing of selection events.
protected abstract void
AbstractGridSingleSelectionModel.fireSelectionEvent
(SelectionEvent<Grid<T>, T> event) Method for handling the firing of selection events.
-
Uses of SelectionEvent in com.vaadin.flow.data.selection
Classes in com.vaadin.flow.data.selection that implement SelectionEventModifier and TypeClassDescriptionclass
MultiSelectionEvent<C extends Component,
T> Fired when the selection changes in a listing component that supports multiple item selection.
class
SingleSelectionEvent<C extends Component,
T> Fired when the selection changes in a listing component.
Methods in com.vaadin.flow.data.selection with parameters of type SelectionEventModifier and TypeMethodDescriptionvoid
SelectionListener.selectionChange
(SelectionEvent<C, T> event) Invoked when the selection has changed.