Class TreeGridPro.TreeDataCommunicatorBuilder<T>
java.lang.Object
com.vaadin.flow.component.treegrid.TreeGridPro.TreeDataCommunicatorBuilder<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
TreeGridPro<T>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.data.provider.DataCommunicator<T> build(com.vaadin.flow.dom.Element element, com.vaadin.flow.data.provider.CompositeDataGenerator<T> dataGenerator, com.vaadin.flow.component.grid.GridArrayUpdater arrayUpdater, com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.function.ValueProvider<T, String>> uniqueKeyProviderSupplier)
-
Constructor Details
-
TreeDataCommunicatorBuilder
public TreeDataCommunicatorBuilder()
-
-
Method Details
-
build
protected com.vaadin.flow.data.provider.DataCommunicator<T> build(com.vaadin.flow.dom.Element element, com.vaadin.flow.data.provider.CompositeDataGenerator<T> dataGenerator, com.vaadin.flow.component.grid.GridArrayUpdater arrayUpdater, com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.function.ValueProvider<T, String>> uniqueKeyProviderSupplier)
-