public class StandardRow extends Object implements Row, Serializable, JRChangeEventsSupport
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_PRINT_WHEN_EXPRESSION |
static String |
PROPERTY_splitType |
Constructor and Description |
---|
StandardRow() |
StandardRow(BaseColumn column,
ColumnFactory factory) |
Modifier and Type | Method and 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) |
public static final String PROPERTY_PRINT_WHEN_EXPRESSION
public static final String PROPERTY_splitType
public StandardRow()
public StandardRow(BaseColumn column, ColumnFactory factory)
public JRExpression getPrintWhenExpression()
getPrintWhenExpression
in interface Row
public void setPrintWhenExpression(JRExpression printWhenExpression)
public SplitTypeEnum getSplitType()
getSplitType
in interface Row
public void setSplitType(SplitTypeEnum splitType)
public Object clone()
clone
in interface JRCloneable
clone
in class Object
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.