Uses of Class
com.vaadin.flow.component.ai.grid.AIDataRow
Packages that use AIDataRow
-
Uses of AIDataRow in com.vaadin.flow.component.ai.grid
Method parameters in com.vaadin.flow.component.ai.grid with type arguments of type AIDataRowModifier and TypeMethodDescriptionstatic voidGridRenderer.renderGrid(Grid<AIDataRow> grid, DatabaseProvider databaseProvider, String query) Renders the grid with results from the given SQL query.Constructor parameters in com.vaadin.flow.component.ai.grid with type arguments of type AIDataRowModifierConstructorDescriptionGridAIController(Grid<AIDataRow> grid, DatabaseProvider databaseProvider) Creates a new grid AI controller.