Uses of Interface
com.vaadin.flow.data.binder.HasItemComponents
-
-
Uses of HasItemComponents in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox that implement HasItemComponents Modifier and Type Class Description classCheckboxGroup<T>CheckBoxGroup is a multi-selection component where items are displayed as check boxes. -
Uses of HasItemComponents in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox that implement HasItemComponents Modifier and Type Class Description classListBox<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.classMultiSelectListBox<T>Server-side component for thevaadin-list-boxelement with multi-selection. -
Uses of HasItemComponents in com.vaadin.flow.component.radiobutton
Classes in com.vaadin.flow.component.radiobutton that implement HasItemComponents Modifier and Type Class Description classRadioButtonGroup<T>Radio Button Group allows the user to select exactly one value from a list of related but mutually exclusive options. -
Uses of HasItemComponents in com.vaadin.flow.component.select
Classes in com.vaadin.flow.component.select that implement HasItemComponents Modifier and Type Class Description classSelect<T>Select allows users to choose a single value from a list of options presented in an overlay. -
Uses of HasItemComponents in com.vaadin.flow.data.binder
Subinterfaces of HasItemComponents in com.vaadin.flow.data.binder Modifier and Type Interface Description interfaceHasItemsAndComponents<T>Represents a component that display a collection of items and can have additional components between the items.
-