Class Grid.DataCommunicatorBuilder<T,U extends ArrayUpdater>

java.lang.Object
com.vaadin.flow.component.grid.Grid.DataCommunicatorBuilder<T,U>
Type Parameters:
T - the grid bean type
U - the ArrayUpdater type
All Implemented Interfaces:
Serializable
Enclosing class:
Grid<T>

@Deprecated(since="25.3", forRemoval=true) protected static class Grid.DataCommunicatorBuilder<T,U extends ArrayUpdater> extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Override Grid.createDataCommunicator() instead. This class and the constructors that accept it will be removed in Vaadin 26.
Builder for DataCommunicator object.
Since:
1.1
See Also:
  • Constructor Details

    • DataCommunicatorBuilder

      protected DataCommunicatorBuilder()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details