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.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 |
Modifier and Type | Method and Description |
---|---|
WhenNoDataTypeEnum |
TableReport.getWhenNoDataTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
TableReport.setWhenNoDataType(WhenNoDataTypeEnum whenNoDataType) |
Modifier and Type | Method and Description |
---|---|
WhenNoDataTypeEnum |
JRReport.getWhenNoDataTypeValue()
Specifies the report behavior in case of empty datasources.
|
Modifier and Type | Method and Description |
---|---|
void |
JRReport.setWhenNoDataType(WhenNoDataTypeEnum whenNoDataType)
Sets the report behavior in case of empty datasources.
|
Modifier and Type | Field and Description |
---|---|
protected WhenNoDataTypeEnum |
JRBaseReport.whenNoDataTypeValue |
Modifier and Type | Method and Description |
---|---|
WhenNoDataTypeEnum |
JRBaseReport.getWhenNoDataTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseReport.setWhenNoDataType(WhenNoDataTypeEnum whenNoDataTypeValue) |
Modifier and Type | Field and Description |
---|---|
protected WhenNoDataTypeEnum |
JRBaseFiller.whenNoDataType |
Modifier and Type | Method and Description |
---|---|
static WhenNoDataTypeEnum |
WhenNoDataTypeEnum.getByName(java.lang.String name) |
static WhenNoDataTypeEnum |
WhenNoDataTypeEnum.getByValue(byte value) |
static WhenNoDataTypeEnum |
WhenNoDataTypeEnum.getByValue(java.lang.Byte value) |
static WhenNoDataTypeEnum |
WhenNoDataTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WhenNoDataTypeEnum[] |
WhenNoDataTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com