public class JRDesignDataRange extends JRBaseDataRange implements JRChangeEventsSupport
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_HIGH_EXPRESSION |
static java.lang.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 |
---|---|
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.
|
clone, collectExpressions, getHighExpression, getLowExpression
public static final java.lang.String PROPERTY_HIGH_EXPRESSION
public static final java.lang.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 JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com