Package | Description |
---|---|
net.sf.jasperreports.components.headertoolbar.actions |
Contains Action classes for the built-in Header Toolbar component.
|
net.sf.jasperreports.components.headertoolbar.json |
Contains utility classes for the built-in Header Toolbar component.
|
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.
|
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.export |
Provides exporter input, exporter output and exporter configurations
|
net.sf.jasperreports.repo |
Provides support for JasperReports repository.
|
net.sf.jasperreports.web |
Provides JasperReports support for web applications.
|
net.sf.jasperreports.web.actions |
Contains Action implementations.
|
net.sf.jasperreports.web.commands |
Contains Command implementations.
|
net.sf.jasperreports.web.servlets |
Contains web servlets implementations.
|
Constructor and Description |
---|
EditTextElementCommand(JRDesignTextElement textElement,
EditTextElementData editTextElementData,
ReportContext reportContext) |
Modifier and Type | Method and Description |
---|---|
static ColumnFormatting |
ColumnFormatting.get(ReportContext reportContext,
String tableUUID,
int columnIndex) |
static void |
ColumnFormatting.store(ReportContext reportContext,
String tableUUID,
int columnIndex,
Locale locale,
TimeZone timeZone) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleReportContext |
Modifier and Type | Method and Description |
---|---|
ReportContext |
JRAbstractExporter.getReportContext() |
Modifier and Type | Method and Description |
---|---|
void |
JRAbstractExporter.setReportContext(ReportContext reportContext) |
Modifier and Type | Method and Description |
---|---|
ReportContext |
JRFillContext.getReportContext() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillContext.setReportContext(ReportContext reportContext) |
Modifier and Type | Method and Description |
---|---|
ReportContext |
Exporter.getReportContext() |
Modifier and Type | Method and Description |
---|---|
void |
Exporter.setReportContext(ReportContext reportContext) |
Modifier and Type | Method and Description |
---|---|
static JasperDesignCache |
JasperDesignCache.getExistingInstance(ReportContext reportContext) |
static JasperDesignCache |
JasperDesignCache.getInstance(JasperReportsContext jasperReportsContext,
ReportContext reportContext) |
static JasperDesignReportResourceCache |
JasperDesignReportResourceCache.getInstance(ReportContext reportContext) |
JasperReport |
RepositoryUtil.getReport(ReportContext reportContext,
String location) |
Modifier and Type | Class and Description |
---|---|
class |
WebReportContext |
Modifier and Type | Method and Description |
---|---|
ReportContext |
AbstractAction.getReportContext() |
Modifier and Type | Method and Description |
---|---|
CommandTarget |
SaveZoomAction.getCommandTarget(JasperReportsContext jasperReportsContext,
ReportContext reportContext) |
void |
AbstractAction.init(JasperReportsContext jasperReportsContext,
ReportContext reportContext) |
Constructor and Description |
---|
MultiActionCommand(List<AbstractAction> actions,
JasperReportsContext jasperReportsContext,
ReportContext reportContext) |
ResetInCacheCommand(Command command,
JasperReportsContext jasperReportsContext,
ReportContext reportContext,
String uri) |
Modifier and Type | Method and Description |
---|---|
void |
Controller.runReport(ReportContext reportContext,
Action action) |
protected void |
Controller.runReport(ReportContext reportContext,
JasperReport jasperReport,
boolean async) |
protected void |
Controller.setDataCache(ReportContext reportContext) |
Copyright © 2017. All rights reserved.