| Package | Description |
|---|---|
| com.vaadin.flow.data.provider | |
| com.vaadin.flow.data.provider.hierarchy |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyMapper<V>
KeyMapper is the simple two-way map for generating textual keys
for objects and retrieving the objects later with the key. |
| Modifier and Type | Method and Description |
|---|---|
DataKeyMapper<T> |
DataCommunicator.getKeyMapper()
Gets the
DataKeyMapper used by this DataCommunicator. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataCommunicator.setKeyMapper(DataKeyMapper<T> keyMapper)
Sets the
DataKeyMapper used in this DataCommunicator. |
| Constructor and Description |
|---|
HierarchicalCommunicationController(String parentKey,
DataKeyMapper<T> keyMapper,
HierarchyMapper<T,?> mapper,
DataGenerator<T> dataGenerator,
SerializableFunction<Integer,HierarchicalArrayUpdater.HierarchicalUpdate> startUpdate,
SerializableBiFunction<String,Range,Stream<T>> fetchItems)
Constructs communication controller with support for hierarchical data
structure.
|
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.