Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.util |
Utility classes.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
JRPropertyExpression[] |
JRElement.getPropertyExpressions()
Returns the list of dynamic/expression-based properties for this report element.
|
JRPropertyExpression[] |
ElementDecorator.getPropertyExpressions() |
Modifier and Type | Method and Description |
---|---|
protected void |
JRExpressionCollector.collectPropertyExpression(JRPropertyExpression propertyExpression) |
protected void |
JRExpressionCollector.collectPropertyExpressions(JRPropertyExpression[] propertyExpressions) |
Modifier and Type | Class and Description |
---|---|
class |
JRBasePropertyExpression
Base implementation of
JRPropertyExpression . |
Modifier and Type | Method and Description |
---|---|
JRPropertyExpression |
JRBaseObjectFactory.getPropertyExpression(JRPropertyExpression propertyExpression) |
JRPropertyExpression[] |
JRBaseElement.getPropertyExpressions() |
Modifier and Type | Method and Description |
---|---|
JRPropertyExpression |
JRBaseObjectFactory.getPropertyExpression(JRPropertyExpression propertyExpression) |
Constructor and Description |
---|
JRBasePropertyExpression(JRPropertyExpression propertyExpression,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignPropertyExpression
Implementation of
JRPropertyExpression to be used at report
design time. |
Modifier and Type | Method and Description |
---|---|
JRPropertyExpression[] |
JRDesignElement.getPropertyExpressions() |
JRPropertyExpression |
JRDesignElement.removePropertyExpression(java.lang.String name)
Remove a property expression.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JRPropertyExpression> |
JRDesignElement.getPropertyExpressionsList()
Returns the list of property expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
JRDesignElement.addPropertyExpression(JRPropertyExpression propertyExpression)
Add a dynamic/expression-based property.
|
void |
JRDesignElement.removePropertyExpression(JRPropertyExpression propertyExpression)
Remove a property expression.
|
protected void |
JRVerifier.verifyPropertyExpression(JRPropertyExpression propertyExpression) |
protected void |
JRVerifier.verifyProperyExpressions(JRPropertyExpression[] propertyExpressions) |
Modifier and Type | Method and Description |
---|---|
JRPropertyExpression[] |
JRFillElement.getPropertyExpressions() |
Modifier and Type | Method and Description |
---|---|
protected void |
JRApiWriter.writePropertyExpression(JRPropertyExpression propertyExpression,
java.lang.String propertyExpressionName) |
protected void |
JRApiWriter.writePropertyExpressions(JRPropertyExpression[] propertyExpressions,
java.lang.String propertyHolderName) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlWriter.writePropertyExpression(JRPropertyExpression propertyExpression) |
protected void |
JRXmlWriter.writePropertyExpressions(JRPropertyExpression[] propertyExpressions) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com