Uses of Class
net.sf.jasperreports.components.table.WhenNoDataTypeTableEnum
-
Packages that use WhenNoDataTypeTableEnum Package Description net.sf.jasperreports.components.table Contains classes for the built-in Table component. -
-
Uses of WhenNoDataTypeTableEnum in net.sf.jasperreports.components.table
Methods in net.sf.jasperreports.components.table that return WhenNoDataTypeTableEnum Modifier and Type Method Description static WhenNoDataTypeTableEnumWhenNoDataTypeTableEnum. getByName(String name)WhenNoDataTypeTableEnumStandardTable. getWhenNoDataType()WhenNoDataTypeTableEnumTableComponent. getWhenNoDataType()static WhenNoDataTypeTableEnumWhenNoDataTypeTableEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static WhenNoDataTypeTableEnum[]WhenNoDataTypeTableEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.components.table with parameters of type WhenNoDataTypeTableEnum Modifier and Type Method Description voidStandardTable. setWhenNoDataType(WhenNoDataTypeTableEnum whenNoDataType)
-