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 TypeClassDescriptionclassCheckBoxGroup 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 TypeClassDescriptionclassComboBox<T>Combo Box allows the user to choose a value from a filterable list of options presented in an overlay.classComboBoxBase<TComponent extends ComboBoxBase<TComponent,TItem, TValue>, TItem, TValue> Provides base functionality for combo box related components, such asComboBoxclassMultiSelectComboBox<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 TypeClassDescriptionclassCrudGrid<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 TypeClassDescriptionclassListBox<T>List Box allows the user to select one or more values from a scrollable list of items.classListBoxBase<C extends ListBoxBase<C,ITEM, VALUE>, ITEM, VALUE> Base class for theListBoxandMultiSelectListBox.classServer-side component for thevaadin-list-boxelement with multi-selection. -
Uses of HasDataView in com.vaadin.flow.component.radiobutton
Classes in com.vaadin.flow.component.radiobutton that implement HasDataViewModifier and TypeClassDescriptionclassRadio 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 TypeClassDescriptionclassSelect<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 TypeClassDescriptionclassTreeGrid<T>Tree Grid is a component for displaying hierarchical tabular data grouped into expandable and collapsible nodes.