Class NestedTableCell
- java.lang.Object
-
- net.sf.jasperreports.engine.export.tabulator.NestedTableCell
-
-
Constructor Summary
Constructors Constructor Description NestedTableCell(FrameCell parent, Table table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,R,E extends Exception>
Raccept(CellVisitor<T,R,E> visitor, T arg)
FrameCell
getParent()
Table
getTable()
void
setParent(FrameCell parent)
Cell
split()
-
-
-
Method Detail
-
setParent
public void setParent(FrameCell parent)
-
accept
public <T,R,E extends Exception> R accept(CellVisitor<T,R,E> visitor, T arg) throws E extends Exception
-
getTable
public Table getTable()
-
-