Class AIDataRow

java.lang.Object
com.vaadin.flow.component.ai.grid.AIDataRow
All Implemented Interfaces:
Serializable

public final class AIDataRow extends Object implements Serializable
Represents a single row of data in an AI-managed grid. Row instances are created internally by the framework when rendering query results and are not intended to be constructed or inspected by application code. This type exists to make the GridAIController's grid type parameter explicit (Grid<AIDataRow>) and to signal that row data is framework-owned.
Author:
Vaadin Ltd
See Also: