Uses of Class
net.sf.jasperreports.engine.export.tabulator.Table
-
Packages that use Table Package Description net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.engine.export.tabulator -
-
Uses of Table in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type Table Modifier and Type Method Description protected void
HtmlExporter. exportTable(HtmlExporter.TableVisitor tableVisitor, Table table, boolean whiteBackground, boolean isMainReportTable)
protected void
HtmlExporter. writeNestedTable(Table table, HtmlExporter.TableVisitor tableVisitor, TableCell cell)
Method parameters in net.sf.jasperreports.engine.export with type arguments of type Table Modifier and Type Method Description protected void
HtmlExporter. writeLayers(List<Table> layers, HtmlExporter.TableVisitor tableVisitor, TableCell cell)
-
Uses of Table in net.sf.jasperreports.engine.export.tabulator
Methods in net.sf.jasperreports.engine.export.tabulator that return Table Modifier and Type Method Description Table
NestedTableCell. getTable()
Table
TablePosition. getTable()
Table
Tabulator. getTable()
Methods in net.sf.jasperreports.engine.export.tabulator that return types with arguments of type Table Modifier and Type Method Description List<Table>
LayeredCell. getLayers()
Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type Table Modifier and Type Method Description void
LayeredCell. addLayer(Table table)
protected void
Tabulator. collapseSpanColumns(Table table, DimensionRange<Column> range)
protected void
Tabulator. collapseSpanRows(Table table, DimensionRange<Row> range)
protected void
Tabulator. columnSplit(Table table, Column splitCol, Column newCol)
protected void
Tabulator. createLayeredCell(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> layeredColRange, DimensionRange<Row> layeredRowRange)
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 Pair<Row,Row>
Tabulator. getRowSpanRange(Table table, Column col, Row row, Cell spanned)
protected void
Tabulator. layoutElements(List<? extends JRPrintElement> elementList, Table table, FrameCell parentCell, PrintElementIndex parentIndex, int xOffset, int yOffset, Bounds elementBounds)
protected void
Tabulator. layoutFrame(Table table, FrameCell parentCell, int xOffset, int yOffset, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> elementColRange, DimensionRange<Row> elementRowRange, JRPrintFrame frame)
protected void
Tabulator. moveCellsToLayerTable(FrameCell parentCell, Table layerTable, DimensionRange<Column> colRange, DimensionRange<Row> rowRange)
protected boolean
Tabulator. placeElement(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, boolean allowOverlap)
protected void
Tabulator. placeOverlappedElement(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, Bounds overlapBounds)
protected void
Tabulator. rowSplit(Table table, Row splitRow, Row newRow)
protected void
Tabulator. setElementCells(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> colRange, DimensionRange<Row> rowRange)
Constructors in net.sf.jasperreports.engine.export.tabulator with parameters of type Table Constructor Description NestedTableCell(FrameCell parent, Table table)
TablePosition(Table table, Column column, Row row)
-