Uses of Class
net.sf.jasperreports.engine.export.tabulator.Row
-
Packages that use Row Package Description net.sf.jasperreports.engine.export.tabulator -
-
Uses of Row in net.sf.jasperreports.engine.export.tabulator
Fields in net.sf.jasperreports.engine.export.tabulator with type parameters of type Row Modifier and Type Field Description protected DimensionEntries<Row>
Table. rows
Methods in net.sf.jasperreports.engine.export.tabulator that return Row Modifier and Type Method Description Row
Table.RowsControl. createEntry(int startCoord, int endCoord)
Row
Table.RowsControl. entryKey(int coord)
Row
TablePosition. getRow()
protected Row
Tabulator. rowKey(int startCoord)
Methods in net.sf.jasperreports.engine.export.tabulator that return types with arguments of type Row Modifier and Type Method Description protected Tabulator.SpanInfo<Row>
Tabulator. getRowCellSpan(NavigableSet<Row> rows, Column column, Row row, Cell cell)
protected Tabulator.SpanInfo<Row>
Tabulator. getRowCellSpan(TablePosition position, Cell cell)
DimensionEntries<Row>
Table. getRows()
protected Pair<Row,Row>
Tabulator. getRowSpanRange(Table table, Column col, Row row, Cell spanned)
protected Pair<Row,Row>
Tabulator. getRowSpanRange(Table table, Column col, Row row, Cell spanned)
Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type Row Modifier and Type Method Description void
Table.RowsControl. entrySplit(Row splitEntry, Row newEntry)
protected Tabulator.SpanInfo<Column>
Tabulator. getColumnCellSpan(NavigableSet<Column> columns, Column column, Row row, Cell cell)
protected Pair<Column,Column>
Tabulator. getColumnSpanRange(Table table, Column col, Row row, Cell spanned)
protected boolean[]
Tabulator.TableCellCreator. getFrameCellBorders(Table table, FrameCell cell, Column firstCol, Column lastCol, Row firstRow, Row lastRow)
protected Tabulator.SpanInfo<Row>
Tabulator. getRowCellSpan(NavigableSet<Row> rows, Column column, Row row, Cell cell)
protected Pair<Row,Row>
Tabulator. getRowSpanRange(Table table, Column col, Row row, Cell spanned)
void
Table. removeRow(Row row, Row prevRow)
protected void
Tabulator. rowSplit(Table table, Row splitRow, Row newRow)
Method parameters in net.sf.jasperreports.engine.export.tabulator with type arguments of type Row Modifier and Type Method Description protected void
Tabulator. collapseSpanRows(Table table, DimensionRange<Row> range)
protected Tabulator.SpanInfo<Row>
Tabulator. getRowCellSpan(NavigableSet<Row> rows, Column column, Row row, Cell cell)
Constructors in net.sf.jasperreports.engine.export.tabulator with parameters of type Row Constructor Description TablePosition(Table table, Column column, Row row)
-