|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WhenNoDataTypeEnum | |
|---|---|
| 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 | |
| Uses of WhenNoDataTypeEnum in net.sf.jasperreports.components.table.fill |
|---|
| Methods in net.sf.jasperreports.components.table.fill that return WhenNoDataTypeEnum | |
|---|---|
WhenNoDataTypeEnum |
TableReport.getWhenNoDataTypeValue()
|
| Methods in net.sf.jasperreports.components.table.fill with parameters of type WhenNoDataTypeEnum | |
|---|---|
void |
TableReport.setWhenNoDataType(WhenNoDataTypeEnum whenNoDataType)
|
| Uses of WhenNoDataTypeEnum in net.sf.jasperreports.engine |
|---|
| Methods in net.sf.jasperreports.engine that return WhenNoDataTypeEnum | |
|---|---|
WhenNoDataTypeEnum |
JRReport.getWhenNoDataTypeValue()
Specifies the report behavior in case of empty datasources. |
| Methods in net.sf.jasperreports.engine with parameters of type WhenNoDataTypeEnum | |
|---|---|
void |
JRReport.setWhenNoDataType(WhenNoDataTypeEnum whenNoDataType)
Sets the report behavior in case of empty datasources. |
| Uses of WhenNoDataTypeEnum in net.sf.jasperreports.engine.base |
|---|
| Fields in net.sf.jasperreports.engine.base declared as WhenNoDataTypeEnum | |
|---|---|
protected WhenNoDataTypeEnum |
JRBaseReport.whenNoDataTypeValue
|
| Methods in net.sf.jasperreports.engine.base that return WhenNoDataTypeEnum | |
|---|---|
WhenNoDataTypeEnum |
JRBaseReport.getWhenNoDataTypeValue()
|
| Methods in net.sf.jasperreports.engine.base with parameters of type WhenNoDataTypeEnum | |
|---|---|
void |
JRBaseReport.setWhenNoDataType(WhenNoDataTypeEnum whenNoDataTypeValue)
|
| Uses of WhenNoDataTypeEnum in net.sf.jasperreports.engine.fill |
|---|
| Fields in net.sf.jasperreports.engine.fill declared as WhenNoDataTypeEnum | |
|---|---|
protected WhenNoDataTypeEnum |
JRBaseFiller.whenNoDataType
|
| Uses of WhenNoDataTypeEnum in net.sf.jasperreports.engine.type |
|---|
| Methods in net.sf.jasperreports.engine.type that return WhenNoDataTypeEnum | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||