We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 the
ListBox
andMultiSelectListBox
.class
Server-side component for the
vaadin-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.