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>

protected static class Grid.DataCommunicatorBuilder<T,U extends ArrayUpdater> extends Object implements Serializable
Builder for DataCommunicator object.
See Also: