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 String
PROPERTY_PRINT_WHEN_EXPRESSION
static String
PROPERTY_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 Object
clone()
JRPropertyChangeSupport
getEventSupport()
Returns the property change support object for this instance.JRExpression
getPrintWhenExpression()
SplitTypeEnum
getSplitType()
void
setPrintWhenExpression(JRExpression printWhenExpression)
void
setSplitType(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:
getPrintWhenExpression
in interfaceRow
-
setPrintWhenExpression
public void setPrintWhenExpression(JRExpression printWhenExpression)
-
getSplitType
public SplitTypeEnum getSplitType()
- Specified by:
getSplitType
in interfaceRow
-
setSplitType
public void setSplitType(SplitTypeEnum splitType)
-
clone
public Object clone()
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classObject
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
Description copied from interface:JRChangeEventsSupport
Returns the property change support object for this instance.- Specified by:
getEventSupport
in interfaceJRChangeEventsSupport
- Returns:
- the property change support object for this instance
-
-