Class TreeGridPro.TreeDataCommunicatorBuilder<T>

java.lang.Object
com.vaadin.flow.component.treegrid.TreeGridPro.TreeDataCommunicatorBuilder<T>
All Implemented Interfaces:
Serializable
Enclosing class:
TreeGridPro<T>

public static class TreeGridPro.TreeDataCommunicatorBuilder<T> extends Object
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)