Uses of Interface
net.sf.jasperreports.engine.export.tabulator.CellVisitor
-
Packages that use CellVisitor 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 CellVisitor in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export that implement CellVisitor Modifier and Type Class Description protected classHtmlExporter.TableVisitor -
Uses of CellVisitor in net.sf.jasperreports.engine.export.tabulator
Classes in net.sf.jasperreports.engine.export.tabulator that implement CellVisitor Modifier and Type Class Description protected classTabulator.CollapseCheckprotected classTabulator.ParentCheckprotected classTabulator.ParentDropprotected classTabulator.SpanCheckprotected classTabulator.SpanRangeCheckprotected classTabulator.TableCellCreatorMethods in net.sf.jasperreports.engine.export.tabulator with parameters of type CellVisitor Modifier and Type Method Description <T,R,E extends Exception>
RCell. accept(CellVisitor<T,R,E> visitor, T arg)<T,R,E extends Exception>
RElementCell. accept(CellVisitor<T,R,E> visitor, T arg)<T,R,E extends Exception>
RFrameCell. accept(CellVisitor<T,R,E> visitor, T arg)<T,R,E extends Exception>
RLayeredCell. accept(CellVisitor<T,R,E> visitor, T arg)<T,R,E extends Exception>
RNestedTableCell. accept(CellVisitor<T,R,E> visitor, T arg)<T,R,E extends Exception>
RSplitCell. accept(CellVisitor<T,R,E> visitor, T arg)
-