Uses of Interface
com.vaadin.flow.data.provider.HasDataView
Packages that use HasDataView
Package
Description
-
Uses of HasDataView in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox that implement HasDataViewModifier and TypeClassDescriptionclass
CheckBoxGroup is a multi-selection component where items are displayed as check boxes. -
Uses of HasDataView in com.vaadin.flow.component.combobox
Classes in com.vaadin.flow.component.combobox that implement HasDataViewModifier 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 asComboBox
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 HasDataView in com.vaadin.flow.component.crud
Classes in com.vaadin.flow.component.crud that implement HasDataViewModifier and TypeClassDescriptionclass
CrudGrid<E>
A simple grid implementation for Crud that allows searching and sorting backed by a data provider. -
Uses of HasDataView in com.vaadin.flow.component.grid
Classes in com.vaadin.flow.component.grid that implement HasDataView -
Uses of HasDataView in com.vaadin.flow.component.gridpro
Classes in com.vaadin.flow.component.gridpro that implement HasDataView -
Uses of HasDataView in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox that implement HasDataViewModifier 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 theListBox
andMultiSelectListBox
.class
Server-side component for thevaadin-list-box
element with multi-selection. -
Uses of HasDataView in com.vaadin.flow.component.radiobutton
Classes in com.vaadin.flow.component.radiobutton that implement HasDataViewModifier and TypeClassDescriptionclass
Radio Button Group allows the user to select exactly one value from a list of related but mutually exclusive options. -
Uses of HasDataView in com.vaadin.flow.component.select
Classes in com.vaadin.flow.component.select that implement HasDataViewModifier and TypeClassDescriptionclass
Select<T>
Select allows users to choose a single value from a list of options presented in an overlay. -
Uses of HasDataView in com.vaadin.flow.component.treegrid
Classes in com.vaadin.flow.component.treegrid that implement HasDataViewModifier and TypeClassDescriptionclass
TreeGrid<T>
Tree Grid is a component for displaying hierarchical tabular data grouped into expandable and collapsible nodes.