Class JmixGroupGrid.JmixGroupGridUpdateQueue
java.lang.Object
io.jmix.groupgridflowui.kit.vaadin.grid.Grid.UpdateQueue
io.jmix.groupgridflowui.kit.component.JmixGroupGrid.JmixGroupGridUpdateQueue
- All Implemented Interfaces:
com.vaadin.flow.data.provider.ArrayUpdater.Update,com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate,Serializable
- Enclosing class:
- JmixGroupGrid<T>
protected static class JmixGroupGrid.JmixGroupGridUpdateQueue
extends Grid.UpdateQueue
implements com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear(int start, int length) voidvoidvoidvoidvoidsetArrayUpdateListener(com.vaadin.flow.function.SerializableConsumer<List<elemental.json.JsonValue>> arrayUpdateListener) Methods inherited from class io.jmix.groupgridflowui.kit.vaadin.grid.Grid.UpdateQueue
commit, commit, enqueue, getData, getElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.data.provider.ArrayUpdater.Update
commitMethods inherited from interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
commit, enqueue
-
Method Details
-
setArrayUpdateListener
public void setArrayUpdateListener(com.vaadin.flow.function.SerializableConsumer<List<elemental.json.JsonValue>> arrayUpdateListener) -
set
- Specified by:
setin interfacecom.vaadin.flow.data.provider.ArrayUpdater.Update- Overrides:
setin classGrid.UpdateQueue
-
set
- Specified by:
setin interfacecom.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
-
clear
public void clear(int start, int length) - Specified by:
clearin interfacecom.vaadin.flow.data.provider.ArrayUpdater.Update- Overrides:
clearin classGrid.UpdateQueue
-
clear
- Specified by:
clearin interfacecom.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
-
commit
- Specified by:
commitin interfacecom.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
-