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 classIronList<T>Deprecated.since Vaadin 21,IronListis 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 classVirtualList<T>Virtual List allows you to render a long list of items inside a scrollable container without sacrificing performance.
-