Package | Description |
---|---|
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.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.type |
Contains
enum types used by the library's main classes. |
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
ResetTypeEnum |
JRElementDataset.getResetTypeValue()
Gets the reset type.
|
ResetTypeEnum |
JRVariable.getResetTypeValue()
Gets the variable reset type.
|
Modifier and Type | Field and Description |
---|---|
protected ResetTypeEnum |
JRBaseElementDataset.resetTypeValue |
protected ResetTypeEnum |
JRBaseVariable.resetTypeValue |
Modifier and Type | Method and Description |
---|---|
ResetTypeEnum |
JRBaseElementDataset.getResetTypeValue() |
ResetTypeEnum |
JRBaseVariable.getResetTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignVariable.setResetType(ResetTypeEnum resetTypeValue) |
void |
JRDesignElementDataset.setResetType(ResetTypeEnum resetTypeValue) |
Modifier and Type | Method and Description |
---|---|
ResetTypeEnum |
JRFillVariable.getResetTypeValue() |
ResetTypeEnum |
JRFillElementDataset.getResetTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRCalculator.initializeVariables(ResetTypeEnum resetType,
IncrementTypeEnum incrementType) |
Modifier and Type | Method and Description |
---|---|
static ResetTypeEnum |
ResetTypeEnum.getByName(java.lang.String name) |
static ResetTypeEnum |
ResetTypeEnum.getByValue(byte value) |
static ResetTypeEnum |
ResetTypeEnum.getByValue(java.lang.Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static ResetTypeEnum |
ResetTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResetTypeEnum[] |
ResetTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JRXmlWriter.writeElementDataset(JRElementDataset dataset,
ResetTypeEnum defaultResetType,
boolean skipIfEmpty)
Writes the JRXML representation of an
element dataset . |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com