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 class
HtmlExporter.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 class
Tabulator.CollapseCheck
protected class
Tabulator.ParentCheck
protected class
Tabulator.ParentDrop
protected class
Tabulator.SpanCheck
protected class
Tabulator.SpanRangeCheck
protected class
Tabulator.TableCellCreator
Methods 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)
-