Class StandardRow
java.lang.Object
net.sf.jasperreports.components.table.StandardRow
- All Implemented Interfaces:
Serializable,Cloneable,Row,JRChangeEventsSupport,JRCloneable
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Returns the property change support object for this instance.voidsetPrintWhenExpression(JRExpression printWhenExpression) voidsetSplitType(SplitTypeEnum splitType)
-
Field Details
-
PROPERTY_PRINT_WHEN_EXPRESSION
- See Also:
-
PROPERTY_splitType
- See Also:
-
-
Constructor Details
-
StandardRow
public StandardRow() -
StandardRow
-
-
Method Details
-
getPrintWhenExpression
- Specified by:
getPrintWhenExpressionin interfaceRow
-
setPrintWhenExpression
-
getSplitType
- Specified by:
getSplitTypein interfaceRow
-
setSplitType
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
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
-