Class StandardRow
- java.lang.Object
-
- net.sf.jasperreports.components.table.StandardRow
-
- All Implemented Interfaces:
Serializable,Cloneable,Row,JRChangeEventsSupport,JRCloneable
public class StandardRow extends Object implements Row, Serializable, JRChangeEventsSupport
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_PRINT_WHEN_EXPRESSIONstatic 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 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 String PROPERTY_PRINT_WHEN_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_splitType
public static final 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 Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
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
-
-