Package | Description |
---|---|
net.sf.jasperreports.components.table.fill | |
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.data |
Provides various report data source implementations and allows creating custom data sources.
|
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).
|
Modifier and Type | Method and Description |
---|---|
JRSortField[] |
TableReport.getSortFields() |
JRSortField[] |
TableReportDataset.getSortFields() |
Modifier and Type | Method and Description |
---|---|
JRSortField[] |
JRReport.getSortFields() |
JRSortField[] |
JRDataset.getSortFields()
Returns the dataset's sort fields.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseSortField |
Modifier and Type | Field and Description |
---|---|
protected JRSortField[] |
JRBaseDataset.sortFields |
Modifier and Type | Method and Description |
---|---|
JRSortField[] |
JRBaseReport.getSortFields()
Gets an array of sort report fields.
|
JRSortField[] |
JRBaseDataset.getSortFields() |
Modifier and Type | Method and Description |
---|---|
protected JRBaseSortField |
JRBaseObjectFactory.getSortField(JRSortField sortField) |
Constructor and Description |
---|
JRBaseSortField(JRSortField sortField,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
static void |
JRSortableDataSource.verifySortFields(JRField[] fields,
JRSortField[] sortFields)
Deprecated.
|
Constructor and Description |
---|
JRSortableDataSource(JRDataSource ds,
JRField[] fields,
JRSortField[] sortFields,
java.util.Locale locale)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JRDesignSortField |
Modifier and Type | Method and Description |
---|---|
JRSortField[] |
JRDesignDataset.getSortFields() |
JRSortField |
JRDesignDataset.removeSortField(JRSortField sortField)
Removes a sort field from the dataset.
|
JRSortField |
JasperDesign.removeSortField(JRSortField sortField) |
JRSortField |
JRDesignDataset.removeSortField(java.lang.String fieldName)
Removes a sort field from the dataset.
|
JRSortField |
JasperDesign.removeSortField(java.lang.String fieldName) |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignDataset.addSortField(int index,
JRSortField sortField)
Inserts a sort field at specified position into the dataset.
|
void |
JRDesignDataset.addSortField(JRSortField sortField)
Adds a sort field to the dataset.
|
void |
JasperDesign.addSortField(JRSortField sortField) |
JRSortField |
JRDesignDataset.removeSortField(JRSortField sortField)
Removes a sort field from the dataset.
|
JRSortField |
JasperDesign.removeSortField(JRSortField sortField) |
Modifier and Type | Method and Description |
---|---|
static JRSortField[] |
DatasetSortUtil.getAllSortFields(JRFillDataset dataset)
Returns all current sort field criteria, including the dynamic ones provided as report parameter.
|
JRSortField[] |
JRFillDataset.getSortFields() |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com