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 protectedParentCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanvisit(ElementCell cell, FrameCell parentCell)Booleanvisit(FrameCell frameCell, FrameCell parentCell)Booleanvisit(LayeredCell layeredCell, FrameCell parentCell)Booleanvisit(NestedTableCell nestedTableCell, FrameCell parentCell)Booleanvisit(SplitCell cell, FrameCell parentCell)
-
-
-
Method Detail
-
visit
public Boolean visit(ElementCell cell, FrameCell parentCell)
- Specified by:
visitin interfaceCellVisitor<FrameCell,Boolean,RuntimeException>
-
visit
public Boolean visit(SplitCell cell, FrameCell parentCell)
- Specified by:
visitin interfaceCellVisitor<FrameCell,Boolean,RuntimeException>
-
visit
public Boolean visit(FrameCell frameCell, FrameCell parentCell)
- Specified by:
visitin interfaceCellVisitor<FrameCell,Boolean,RuntimeException>
-
visit
public Boolean visit(LayeredCell layeredCell, FrameCell parentCell)
- Specified by:
visitin interfaceCellVisitor<FrameCell,Boolean,RuntimeException>
-
visit
public Boolean visit(NestedTableCell nestedTableCell, FrameCell parentCell)
- Specified by:
visitin interfaceCellVisitor<FrameCell,Boolean,RuntimeException>
-
-