Uses of Interface
com.vaadin.flow.data.provider.HasListDataView
-
Uses of HasListDataView in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox that implement HasListDataViewModifier and TypeClassDescriptionclass
CheckBoxGroup is a multi-selection component where items are displayed as check boxes.
-
Uses of HasListDataView in com.vaadin.flow.component.combobox
Classes in com.vaadin.flow.component.combobox that implement HasListDataViewModifier and TypeClassDescriptionclass
ComboBox<T>
Combo Box allows the user to choose a value from a filterable list of options presented in an overlay.
class
ComboBoxBase<TComponent extends ComboBoxBase<TComponent,
TItem, TValue>, TItem, TValue> Provides base functionality for combo box related components, such as
ComboBox
class
MultiSelectComboBox<TItem>
MultiSelectComboBox allows the user to select one or more values from a filterable list of options presented in an overlay.
-
Uses of HasListDataView in com.vaadin.flow.component.crud
Classes in com.vaadin.flow.component.crud that implement HasListDataViewModifier and TypeClassDescriptionclass
CrudGrid<E>
A simple grid implementation for Crud that allows searching and sorting backed by a data provider.
-
Uses of HasListDataView in com.vaadin.flow.component.grid
Classes in com.vaadin.flow.component.grid that implement HasListDataView -
Uses of HasListDataView in com.vaadin.flow.component.gridpro
Classes in com.vaadin.flow.component.gridpro that implement HasListDataView -
Uses of HasListDataView in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox that implement HasListDataViewModifier and TypeClassDescriptionclass
ListBox<T>
List Box allows the user to select one or more values from a scrollable list of items.
class
ListBoxBase<C extends ListBoxBase<C,
ITEM, VALUE>, ITEM, VALUE> Base class for the
ListBox
andMultiSelectListBox
.class
Server-side component for the
vaadin-list-box
element with multi-selection. -
Uses of HasListDataView in com.vaadin.flow.component.radiobutton
Classes in com.vaadin.flow.component.radiobutton that implement HasListDataViewModifier and TypeClassDescriptionclass
Radio Button Group allows the user to select exactly one value from a list of related but mutually exclusive options.
-
Uses of HasListDataView in com.vaadin.flow.component.select
Classes in com.vaadin.flow.component.select that implement HasListDataViewModifier and TypeClassDescriptionclass
Select<T>
Select allows users to choose a single value from a list of options presented in an overlay.
-
Uses of HasListDataView in com.vaadin.flow.component.treegrid
Classes in com.vaadin.flow.component.treegrid that implement HasListDataViewModifier and TypeClassDescriptionclass
TreeGrid<T>
Tree Grid is a component for displaying hierarchical tabular data grouped into expandable and collapsible nodes.