Uses of Record Class
com.vaadin.flow.component.ai.grid.GridState
Packages that use GridState
-
Uses of GridState in com.vaadin.flow.component.ai.grid
Methods in com.vaadin.flow.component.ai.grid that return GridStateModifier and TypeMethodDescriptionGridAIController.getState()Returns the current grid state for persistence, ornullif no data has been loaded yet.Methods in com.vaadin.flow.component.ai.grid with parameters of type GridStateModifier and TypeMethodDescriptionvoidGridAIController.restoreState(GridState state) Restores a previously saved grid state.Method parameters in com.vaadin.flow.component.ai.grid with type arguments of type GridStateModifier and TypeMethodDescriptionGridAIController.addStateChangeListener(SerializableConsumer<GridState> listener) Adds a listener that is notified when the grid state changes after an AI request completes successfully.