Uses of Package
com.vaadin.event.selection
-
Packages that use com.vaadin.event.selection Package Description com.vaadin.data com.vaadin.event.selection com.vaadin.ui com.vaadin.ui.components.grid -
Classes in com.vaadin.event.selection used by com.vaadin.data Class Description SelectionListener A listener forSelectionEvent
. -
Classes in com.vaadin.event.selection used by com.vaadin.event.selection Class Description MultiSelectionEvent Event fired when the the selection changes in aSelectionModel.Multi
.SelectionEvent 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).SingleSelectionEvent Fired when the selection changes in a listing component. -
Classes in com.vaadin.event.selection used by com.vaadin.ui Class Description MultiSelectionListener A listener for listening for selection changes from a multiselection component.SelectionListener A listener forSelectionEvent
.SingleSelectionListener A listener for listening to selection changes on a single selection component. -
Classes in com.vaadin.event.selection used by com.vaadin.ui.components.grid Class Description MultiSelectionListener A listener for listening for selection changes from a multiselection component.SelectionListener A listener forSelectionEvent
.SingleSelectionListener A listener for listening to selection changes on a single selection component.