Package | Description |
---|---|
com.vaadin.flow.data.provider | |
com.vaadin.flow.data.provider.hierarchy |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBackEndDataProvider<T,F>
Abstract base class for implementing back end data providers.
|
class |
CallbackDataProvider<T,F>
Data provider that uses one callback for fetching items from a back end and
another callback for counting the number of available items.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BackEndHierarchicalDataProvider<T,F>
A data provider that lazy loads items from a back end containing hierarchical
data.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBackEndHierarchicalDataProvider<T,F>
Abstract base class for implementing
BackEndHierarchicalDataProvider s. |
Copyright © 2025. All rights reserved.