Uses of Class
org.pentaho.reporting.engine.classic.core.layout.model.table.rows.TableRowImpl
-
Packages that use TableRowImpl Package Description org.pentaho.reporting.engine.classic.core.layout.model.table.rows -
-
Uses of TableRowImpl in org.pentaho.reporting.engine.classic.core.layout.model.table.rows
Methods in org.pentaho.reporting.engine.classic.core.layout.model.table.rows that return TableRowImpl Modifier and Type Method Description protected TableRowImpl[]
AbstractRowModel. getRows()
protected TableRowImpl
AbstractRowModel. internalGetRow(int i)
Method parameters in org.pentaho.reporting.engine.classic.core.layout.model.table.rows with type arguments of type TableRowImpl Modifier and Type Method Description void
PreferredRowSizeCache. apply(long[] trailingSizes, int start, int end, BulkArrayList<TableRowImpl> rows)
void
ValidatedRowSizeCache. apply(long[] trailingSizes, int start, int end, BulkArrayList<TableRowImpl> rows)
protected long[]
AbstractRowSizeCache. get(BulkArrayList<TableRowImpl> rows)
long[]
PreferredRowSizeCache. get(int limit, BulkArrayList<TableRowImpl> rows)
long[]
ValidatedRowSizeCache. get(int limit, BulkArrayList<TableRowImpl> rows)
-