Package | Description |
---|---|
com.vaadin.flow.data.provider.hierarchy |
Modifier and Type | Method and Description |
---|---|
protected <F> HierarchyMapper<T,F> |
HierarchicalDataCommunicator.createHierarchyMapper(HierarchicalDataProvider<T,F> dataProvider)
Create new
HierarchyMapper for the given data provider. |
protected HierarchyMapper<T,?> |
HierarchicalDataCommunicator.getHierarchyMapper()
Returns the
HierarchyMapper used by this data communicator. |
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 © 2025. All rights reserved.