Class JmixGroupGrid.JmixGroupGridArrayUpdaterImpl
java.lang.Object
io.jmix.groupgridflowui.kit.component.JmixGroupGrid.JmixGroupGridArrayUpdaterImpl
- All Implemented Interfaces:
com.vaadin.flow.data.provider.ArrayUpdater,com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater,GridArrayUpdater,TreeGridArrayUpdater,Serializable
- Enclosing class:
- JmixGroupGrid<T>
protected class JmixGroupGrid.JmixGroupGridArrayUpdaterImpl
extends Object
implements TreeGridArrayUpdater
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
com.vaadin.flow.data.provider.ArrayUpdater.UpdateNested classes/interfaces inherited from interface io.jmix.groupgridflowui.kit.vaadin.grid.GridArrayUpdater
GridArrayUpdater.UpdateQueueDataNested classes/interfaces inherited from interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater
com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate -
Constructor Summary
ConstructorsConstructorDescriptionJmixGroupGridArrayUpdaterImpl(com.vaadin.flow.function.SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueFactory) -
Method Summary
Modifier and TypeMethodDescriptionGetsGridArrayUpdater.UpdateQueueDataset for this array updater.voidvoidSetsGridArrayUpdater.UpdateQueueDatafor this array updater.startUpdate(int sizeChange)
-
Constructor Details
-
JmixGroupGridArrayUpdaterImpl
public JmixGroupGridArrayUpdaterImpl(com.vaadin.flow.function.SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueFactory)
-
-
Method Details
-
startUpdate
- Specified by:
startUpdatein interfacecom.vaadin.flow.data.provider.ArrayUpdater- Specified by:
startUpdatein interfacecom.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater
-
initialize
public void initialize()- Specified by:
initializein interfacecom.vaadin.flow.data.provider.ArrayUpdater
-
setUpdateQueueData
Description copied from interface:GridArrayUpdaterSetsGridArrayUpdater.UpdateQueueDatafor this array updater.- Specified by:
setUpdateQueueDatain interfaceGridArrayUpdater- Parameters:
data- the newGridArrayUpdater.UpdateQueueDataobject
-
getUpdateQueueData
Description copied from interface:GridArrayUpdaterGetsGridArrayUpdater.UpdateQueueDataset for this array updater.- Specified by:
getUpdateQueueDatain interfaceGridArrayUpdater- Returns:
- the new
GridArrayUpdater.UpdateQueueDataor null if not set.
-