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. rowsMethods in net.sf.jasperreports.engine.export.tabulator that return Row Modifier and Type Method Description RowTable.RowsControl. createEntry(int startCoord, int endCoord)RowTable.RowsControl. entryKey(int coord)RowTablePosition. getRow()protected RowTabulator. 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(java.util.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 voidTable.RowsControl. entrySplit(Row splitEntry, Row newEntry)protected Tabulator.SpanInfo<Column>Tabulator. getColumnCellSpan(java.util.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(java.util.NavigableSet<Row> rows, Column column, Row row, Cell cell)protected Pair<Row,Row>Tabulator. getRowSpanRange(Table table, Column col, Row row, Cell spanned)voidTable. removeRow(Row row, Row prevRow)protected voidTabulator. 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 voidTabulator. collapseSpanRows(Table table, DimensionRange<Row> range)protected Tabulator.SpanInfo<Row>Tabulator. getRowCellSpan(java.util.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)
-