T - Type of data associated with the cell.@FunctionalInterface public interface CellGenerator<T>
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.component.Component |
generateComponent(T value,
int row,
int column)
Constructs a component that would represent given value in given row and column.
|
com.vaadin.flow.component.Component generateComponent(T value, int row, int column)
value - Value to generate component for.row - Row the component will be placed in.column - Column the component will be placed in.null.Copyright © 2024 Miki. All rights reserved.