@FunctionalInterface public interface RowComponentGenerator<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents>
ItemGrid.| Modifier and Type | Method and Description |
|---|---|
C |
generateRowComponent(int rowNumber)
Creates a component that corresponds to a given row number.
|
C generateRowComponent(int rowNumber)
rowNumber - Number of the row to create component for. 0-based.null.Copyright © 2024 Miki. All rights reserved.