Class CompiledRow
- java.lang.Object
-
- net.sf.jasperreports.components.table.CompiledRow
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,Row,JRCloneable
public class CompiledRow extends java.lang.Object implements Row, java.io.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 java.lang.Objectclone()JRExpressiongetPrintWhenExpression()SplitTypeEnumgetSplitType()
-
-
-
Constructor Detail
-
CompiledRow
public CompiledRow()
-
CompiledRow
public CompiledRow(Row row, JRBaseObjectFactory factory)
-
-
Method Detail
-
getPrintWhenExpression
public JRExpression getPrintWhenExpression()
- Specified by:
getPrintWhenExpressionin interfaceRow
-
getSplitType
public SplitTypeEnum getSplitType()
- Specified by:
getSplitTypein interfaceRow
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classjava.lang.Object
-
-