| Package | Description |
|---|---|
| com.vaadin.flow.data.provider.hierarchy |
| Modifier and Type | Method and Description |
|---|---|
HierarchicalArrayUpdater.HierarchicalUpdate |
HierarchicalArrayUpdater.startUpdate(int sizeChange) |
| 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 © 2020. All rights reserved.