public class JRDesignDataRange extends JRBaseDataRange implements JRChangeEventsSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_HIGH_EXPRESSION |
static String |
PROPERTY_LOW_EXPRESSION |
highExpression, lowExpression| Constructor and Description |
|---|
JRDesignDataRange(JRDataRange dataRange)
Constructs a new data range that is a copy of an existing one.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
void |
setHighExpression(JRExpression highExpression)
Sets the high expression of the range.
|
void |
setLowExpression(JRExpression lowExpression)
Sets the low expression of the range.
|
collectExpressions, getHighExpression, getLowExpressionpublic static final String PROPERTY_HIGH_EXPRESSION
public static final String PROPERTY_LOW_EXPRESSION
public JRDesignDataRange(JRDataRange dataRange)
dataRange - the range to copypublic void setLowExpression(JRExpression lowExpression)
lowExpression - used to get the lower bound of the rangepublic void setHighExpression(JRExpression highExpression)
highExpression - used to get the upper bound of the rangepublic Object clone()
clone in interface JRCloneableclone in class JRBaseDataRangepublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportCopyright © 2017. All rights reserved.