Modifier and Type | Method and Description |
---|---|
ComboBoxLazyDataView<T> |
ComboBox.setItems(BackEndDataProvider<T,String> dataProvider) |
Modifier and Type | Method and Description |
---|---|
GridLazyDataView<T> |
Grid.setItems(BackEndDataProvider<T,Void> dataProvider) |
Modifier and Type | Method and Description |
---|---|
GridLazyDataView<T> |
TreeGrid.setItems(BackEndDataProvider<T,Void> dataProvider)
|
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 | Method and Description |
---|---|
V |
HasLazyDataView.setItems(BackEndDataProvider<T,F> dataProvider)
Supply items with a
BackEndDataProvider that lazy loads items
from a backend. |
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 © 2022. All rights reserved.