Package com.vaadin.flow.data.selection


package com.vaadin.flow.data.selection
  • Class
    Description
    MultiSelect<C extends com.vaadin.flow.component.Component,T>
    Multi selection component which allows to select and deselect multiple items.
    MultiSelectionEvent<C extends com.vaadin.flow.component.Component,T>
    Fired when the selection changes in a listing component that supports multiple item selection.
    MultiSelectionListener<C extends com.vaadin.flow.component.Component,T>
    A listener for listening for selection changes from a multiselection component.
    SelectionEvent<C extends com.vaadin.flow.component.Component,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<C extends com.vaadin.flow.component.Component,T>
    A listener for SelectionEvent.
    SelectionModel<C extends com.vaadin.flow.component.Component,T>
    Models the selection logic of a Listing component.
    SelectionModel.Multi<C extends com.vaadin.flow.component.Component,T>
    A selection model in which multiple items can be selected at the same time.
    SelectionModel.Single<C extends com.vaadin.flow.component.Component,T>
    A selection model in which at most one item can be selected at a time.
    SingleSelect<C extends com.vaadin.flow.component.Component,T>
    Single selection component whose selection is treated as a value.
    SingleSelectionEvent<C extends com.vaadin.flow.component.Component,T>
    Fired when the selection changes in a listing component.
    SingleSelectionListener<C extends com.vaadin.flow.component.Component,T>
    A listener for listening to selection changes on a single selection component.