Class CompiledRow
- java.lang.Object
-
- net.sf.jasperreports.components.table.CompiledRow
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Row
,JRCloneable
public class CompiledRow extends Object implements Row, Serializable
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompiledRow()
CompiledRow(Row row, JRBaseObjectFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
JRExpression
getPrintWhenExpression()
SplitTypeEnum
getSplitType()
-
-
-
Constructor Detail
-
CompiledRow
public CompiledRow()
-
CompiledRow
public CompiledRow(Row row, JRBaseObjectFactory factory)
-
-
Method Detail
-
getPrintWhenExpression
public JRExpression getPrintWhenExpression()
- Specified by:
getPrintWhenExpression
in interfaceRow
-
getSplitType
public SplitTypeEnum getSplitType()
- Specified by:
getSplitType
in interfaceRow
-
clone
public Object clone()
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classObject
-
-