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 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 Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
-