Package net.sf.jasperreports.pdf.common
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 void
add()
void
addToGroup()
void
setChecked(boolean checked)
void
setCheckType(PdfFieldCheckTypeEnum checkType)
void
setOnValue(String value)
-
Methods inherited from interface net.sf.jasperreports.pdf.common.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
-
-