Uses of Interface
com.vaadin.flow.data.binder.HasItems
-
Packages that use HasItems Package Description com.vaadin.flow.component.ironlist com.vaadin.flow.component.virtuallist com.vaadin.flow.data.binder -
-
Uses of HasItems in com.vaadin.flow.component.ironlist
Classes in com.vaadin.flow.component.ironlist that implement HasItems Modifier and Type Class Description class
IronList<T>
Deprecated.since Vaadin 21,IronList
is deprecated in favor ofVirtualList
-
Uses of HasItems in com.vaadin.flow.component.virtuallist
Classes in com.vaadin.flow.component.virtuallist that implement HasItems Modifier and Type Class Description class
VirtualList<T>
Virtual List allows you to render a long list of items inside a scrollable container without sacrificing performance. -
Uses of HasItems in com.vaadin.flow.data.binder
Subinterfaces of HasItems in com.vaadin.flow.data.binder Modifier and Type Interface Description interface
HasDataProvider<T>
A generic interface for listing components that use a data provider for showing data.interface
HasFilterableDataProvider<T,F>
A generic interface for listing components that use a filterable data provider for showing data.interface
HasItemsAndComponents<T>
Represents a component that display a collection of items and can have additional components between the items.
-