Package | Description |
---|---|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
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.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. |
Modifier and Type | Method and Description |
---|---|
FooterPositionEnum |
TableReportGroup.getFooterPositionValue() |
Modifier and Type | Method and Description |
---|---|
void |
TableReportGroup.setFooterPosition(FooterPositionEnum footerPosition) |
Modifier and Type | Method and Description |
---|---|
FooterPositionEnum |
JRGroup.getFooterPositionValue()
Specifies how the group footer section behaves with regards to its position on the current page.
|
Modifier and Type | Method and Description |
---|---|
void |
JRGroup.setFooterPosition(FooterPositionEnum footerPosition)
Specifies the group footer section behavior with regards to its position on the current page.
|
Modifier and Type | Field and Description |
---|---|
protected FooterPositionEnum |
JRBaseGroup.footerPositionValue |
Modifier and Type | Method and Description |
---|---|
FooterPositionEnum |
JRBaseGroup.getFooterPositionValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseGroup.setFooterPosition(FooterPositionEnum footerPositionValue) |
Modifier and Type | Method and Description |
---|---|
FooterPositionEnum |
JRFillGroup.getFooterPositionValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillGroup.setFooterPosition(FooterPositionEnum footerPosition) |
Modifier and Type | Method and Description |
---|---|
static FooterPositionEnum |
FooterPositionEnum.getByName(java.lang.String name) |
static FooterPositionEnum |
FooterPositionEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static FooterPositionEnum |
FooterPositionEnum.getByValue(java.lang.Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static FooterPositionEnum |
FooterPositionEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FooterPositionEnum[] |
FooterPositionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com