Class StandardRow
- java.lang.Object
-
- net.sf.jasperreports.components.table.StandardRow
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,Row,JRChangeEventsSupport,JRCloneable
public class StandardRow extends java.lang.Object implements Row, java.io.Serializable, JRChangeEventsSupport
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_PRINT_WHEN_EXPRESSIONstatic java.lang.StringPROPERTY_splitType
-
Constructor Summary
Constructors Constructor Description StandardRow()StandardRow(BaseColumn column, ColumnFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()JRPropertyChangeSupportgetEventSupport()Returns the property change support object for this instance.JRExpressiongetPrintWhenExpression()SplitTypeEnumgetSplitType()voidsetPrintWhenExpression(JRExpression printWhenExpression)voidsetSplitType(SplitTypeEnum splitType)
-
-
-
Field Detail
-
PROPERTY_PRINT_WHEN_EXPRESSION
public static final java.lang.String PROPERTY_PRINT_WHEN_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_splitType
public static final java.lang.String PROPERTY_splitType
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StandardRow
public StandardRow()
-
StandardRow
public StandardRow(BaseColumn column, ColumnFactory factory)
-
-
Method Detail
-
getPrintWhenExpression
public JRExpression getPrintWhenExpression()
- Specified by:
getPrintWhenExpressionin interfaceRow
-
setPrintWhenExpression
public void setPrintWhenExpression(JRExpression printWhenExpression)
-
getSplitType
public SplitTypeEnum getSplitType()
- Specified by:
getSplitTypein interfaceRow
-
setSplitType
public void setSplitType(SplitTypeEnum splitType)
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classjava.lang.Object
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
Description copied from interface:JRChangeEventsSupportReturns the property change support object for this instance.- Specified by:
getEventSupportin interfaceJRChangeEventsSupport- Returns:
- the property change support object for this instance
-
-