Uses of Class
net.sf.jasperreports.engine.export.type.PdfFieldCheckTypeEnum
-
Packages that use PdfFieldCheckTypeEnum Package Description net.sf.jasperreports.engine.export.type Containsenumtypes used when exporting reports to various output formats.net.sf.jasperreports.export.pdf net.sf.jasperreports.export.pdf.classic -
-
Uses of PdfFieldCheckTypeEnum in net.sf.jasperreports.engine.export.type
Methods in net.sf.jasperreports.engine.export.type that return PdfFieldCheckTypeEnum Modifier and Type Method Description static PdfFieldCheckTypeEnumPdfFieldCheckTypeEnum. getByName(java.lang.String name)static PdfFieldCheckTypeEnumPdfFieldCheckTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PdfFieldCheckTypeEnum[]PdfFieldCheckTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PdfFieldCheckTypeEnum in net.sf.jasperreports.export.pdf
Methods in net.sf.jasperreports.export.pdf with parameters of type PdfFieldCheckTypeEnum Modifier and Type Method Description voidPdfRadioCheck. setCheckType(PdfFieldCheckTypeEnum checkType) -
Uses of PdfFieldCheckTypeEnum in net.sf.jasperreports.export.pdf.classic
Methods in net.sf.jasperreports.export.pdf.classic with parameters of type PdfFieldCheckTypeEnum Modifier and Type Method Description voidClassicRadioCheck. setCheckType(PdfFieldCheckTypeEnum checkType)
-