Uses of Interface
com.vaadin.flow.data.binder.HasDataProvider
-
Packages that use HasDataProvider Package Description com.vaadin.flow.component.ironlist com.vaadin.flow.component.virtuallist -
-
Uses of HasDataProvider in com.vaadin.flow.component.ironlist
Classes in com.vaadin.flow.component.ironlist that implement HasDataProvider Modifier and Type Class Description class
IronList<T>
Deprecated.since Vaadin 21,IronList
is deprecated in favor ofVirtualList
-
Uses of HasDataProvider in com.vaadin.flow.component.virtuallist
Classes in com.vaadin.flow.component.virtuallist that implement HasDataProvider 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.
-