Class ElementCell
- java.lang.Object
-
- net.sf.jasperreports.engine.export.tabulator.BaseElementCell
-
- net.sf.jasperreports.engine.export.tabulator.ElementCell
-
- All Implemented Interfaces:
Cell
public class ElementCell extends BaseElementCell
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.export.tabulator.BaseElementCell
elementIndex, parent, parentIndex
-
-
Constructor Summary
Constructors Constructor Description ElementCell(FrameCell parent, PrintElementIndex parentIndex, int elementIndex)
-
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)
Cell
split()
String
toString()
-
Methods inherited from class net.sf.jasperreports.engine.export.tabulator.BaseElementCell
getElementIndex, getParent, getParentIndex, setParent
-
-
-
-
Constructor Detail
-
ElementCell
public ElementCell(FrameCell parent, PrintElementIndex parentIndex, int elementIndex)
-
-