Class Tabulator.ParentCheck
- java.lang.Object
-
- net.sf.jasperreports.engine.export.tabulator.Tabulator.ParentCheck
-
- All Implemented Interfaces:
CellVisitor<FrameCell,Boolean,RuntimeException>
- Enclosing class:
- Tabulator
protected class Tabulator.ParentCheck extends Object implements CellVisitor<FrameCell,Boolean,RuntimeException>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ParentCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
visit(ElementCell cell, FrameCell parentCell)
Boolean
visit(FrameCell frameCell, FrameCell parentCell)
Boolean
visit(LayeredCell layeredCell, FrameCell parentCell)
Boolean
visit(NestedTableCell nestedTableCell, FrameCell parentCell)
Boolean
visit(SplitCell cell, FrameCell parentCell)
-
-
-
Method Detail
-
visit
public Boolean visit(ElementCell cell, FrameCell parentCell)
- Specified by:
visit
in interfaceCellVisitor<FrameCell,Boolean,RuntimeException>
-
visit
public Boolean visit(SplitCell cell, FrameCell parentCell)
- Specified by:
visit
in interfaceCellVisitor<FrameCell,Boolean,RuntimeException>
-
visit
public Boolean visit(FrameCell frameCell, FrameCell parentCell)
- Specified by:
visit
in interfaceCellVisitor<FrameCell,Boolean,RuntimeException>
-
visit
public Boolean visit(LayeredCell layeredCell, FrameCell parentCell)
- Specified by:
visit
in interfaceCellVisitor<FrameCell,Boolean,RuntimeException>
-
visit
public Boolean visit(NestedTableCell nestedTableCell, FrameCell parentCell)
- Specified by:
visit
in interfaceCellVisitor<FrameCell,Boolean,RuntimeException>
-
-