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 TypeClassDescriptionclass
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 HasItemComponentsModifier 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 HasItemComponents in com.vaadin.flow.component.select
Classes in com.vaadin.flow.component.select that implement HasItemComponentsModifier and TypeClassDescriptionclass
Select<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 TypeInterfaceDescriptioninterface
Represents a component that display a collection of items and can have additional components between the items.