rows property

List<List<Component>> rows
final

Table rows (each row is a list of cell contents)

Implementation

final List<List<Component>> rows;