Package net.sf.jasperreports.export.pdf
Interface PdfRadioCheck
-
- All Superinterfaces:
PdfField
- All Known Implementing Classes:
ClassicRadioCheck
public interface PdfRadioCheck extends PdfField
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd()voidaddToGroup()voidsetChecked(boolean checked)voidsetCheckType(PdfFieldCheckTypeEnum checkType)voidsetOnValue(String value)-
Methods inherited from interface net.sf.jasperreports.export.pdf.PdfField
setAlignment, setBackgroundColor, setBorderColor, setBorderStyle, setBorderWidth, setFont, setFontSize, setReadOnly, setRotation, setText, setTextColor, setVisible
-
-
-
-
Method Detail
-
setCheckType
void setCheckType(PdfFieldCheckTypeEnum checkType)
-
setOnValue
void setOnValue(String value)
-
setChecked
void setChecked(boolean checked)
-
add
void add()
-
addToGroup
void addToGroup() throws IOException- Throws:
IOException
-
-