Uses of Class
net.sf.jasperreports.engine.type.WhenNoDataTypeEnum
-
Packages that use WhenNoDataTypeEnum 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 Containsenumtypes used by the library's main classes. -
-
Uses of WhenNoDataTypeEnum in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return WhenNoDataTypeEnum Modifier and Type Method Description WhenNoDataTypeEnumTableReport. getWhenNoDataTypeValue()Methods in net.sf.jasperreports.components.table.fill with parameters of type WhenNoDataTypeEnum Modifier and Type Method Description voidTableReport. setWhenNoDataType(WhenNoDataTypeEnum whenNoDataType) -
Uses of WhenNoDataTypeEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return WhenNoDataTypeEnum Modifier and Type Method Description WhenNoDataTypeEnumJRReport. getWhenNoDataTypeValue()Specifies the report behavior in case of empty datasources.Methods in net.sf.jasperreports.engine with parameters of type WhenNoDataTypeEnum Modifier and Type Method Description voidJRReport. 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 Modifier and Type Field Description protected WhenNoDataTypeEnumJRBaseReport. whenNoDataTypeValueMethods in net.sf.jasperreports.engine.base that return WhenNoDataTypeEnum Modifier and Type Method Description WhenNoDataTypeEnumJRBaseReport. getWhenNoDataTypeValue()Methods in net.sf.jasperreports.engine.base with parameters of type WhenNoDataTypeEnum Modifier and Type Method Description voidJRBaseReport. setWhenNoDataType(WhenNoDataTypeEnum whenNoDataTypeValue) -
Uses of WhenNoDataTypeEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return WhenNoDataTypeEnum Modifier and Type Method Description protected WhenNoDataTypeEnumJRBaseFiller. getWhenNoDataType() -
Uses of WhenNoDataTypeEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return WhenNoDataTypeEnum Modifier and Type Method Description static WhenNoDataTypeEnumWhenNoDataTypeEnum. getByName(String name)static WhenNoDataTypeEnumWhenNoDataTypeEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static WhenNoDataTypeEnumWhenNoDataTypeEnum. getByValue(Byte value)Deprecated.Used only by deprecated serialized fields.static WhenNoDataTypeEnumWhenNoDataTypeEnum. valueOf(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.
-