Uses of Interface
com.vaadin.flow.component.grid.GridArrayUpdater
-
Packages that use GridArrayUpdater Package Description com.vaadin.flow.component.grid com.vaadin.flow.component.treegrid -
-
Uses of GridArrayUpdater in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return GridArrayUpdater Modifier and Type Method Description protected GridArrayUpdaterGrid. createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueFactory)protected GridArrayUpdaterGrid. getArrayUpdater() -
Uses of GridArrayUpdater in com.vaadin.flow.component.treegrid
Subinterfaces of GridArrayUpdater in com.vaadin.flow.component.treegrid Modifier and Type Interface Description interfaceTreeGridArrayUpdaterArray update strategy aware class for TreeGrid.Methods in com.vaadin.flow.component.treegrid that return GridArrayUpdater Modifier and Type Method Description protected GridArrayUpdaterTreeGrid. createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueFactory)
-