Package | Description |
---|---|
net.sf.jasperreports.components.headertoolbar |
Contains classes for the built-in Header Toolbar component.
|
net.sf.jasperreports.components.sort |
Contains classes for the built-in Sort component.
|
net.sf.jasperreports.data |
Contains classes for data adapters.
|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterContributor> |
HeaderToolbarParameterContributorFactory.getContributors(ParameterContributorContext context) |
Constructor and Description |
---|
HeaderToolbarParameterContributor(ParameterContributorContext context) |
Modifier and Type | Method and Description |
---|---|
List<ParameterContributor> |
SortParameterContributorFactory.getContributors(ParameterContributorContext context) |
Constructor and Description |
---|
SortParameterContributor(ParameterContributorContext context) |
Modifier and Type | Method and Description |
---|---|
List<ParameterContributor> |
DataAdapterParameterContributorFactory.getContributors(ParameterContributorContext context) |
Modifier and Type | Method and Description |
---|---|
List<ParameterContributor> |
ParameterContributorFactory.getContributors(ParameterContributorContext context)
Returns a list of parameter contributor instances to be used during report filling.
|
Copyright © 2016. All rights reserved.