Uses of Interface
com.vaadin.flow.data.binder.HasItemComponents
Packages that use HasItemComponents
Package
Description
-
Uses of HasItemComponents in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox that implement HasItemComponentsModifier and TypeClassDescriptionclassCheckBoxGroup 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 HasItemComponentsModifier 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 HasItemComponents in com.vaadin.flow.component.select
Classes in com.vaadin.flow.component.select that implement HasItemComponentsModifier and TypeClassDescriptionclassSelect<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.binderModifier and TypeInterfaceDescriptioninterfaceRepresents a component that display a collection of items and can have additional components between the items.