| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.fields.PdfField
com.spire.pdf.widget.PdfFieldWidget
com.spire.pdf.widget.PdfStyledFieldWidget
com.spire.pdf.widget.PdfStateFieldWidget
com.spire.pdf.widget.PdfRadioButtonListFieldWidget
public class PdfRadioButtonListFieldWidget
Represents radio button field of an existing PDF document s form.
| Constructor Summary | |
|---|---|
| PdfRadioButtonListFieldWidget(PdfDictionary dictionary,
                              PdfCrossTable crossTable) | |
| Method Summary | |
|---|---|
|  int | getSelectedIndex()Gets or sets the index of the selected item in the list. | 
|  PdfRadioButtonWidgetItem | getSelectedItem()Gets the selected item. | 
|  java.lang.String | getSelectedValue()Gets or sets the value of the first selected item in the list. | 
|  java.lang.String | getValue()Gets or sets the value of specified item. | 
|  PdfRadioButtonWidgetWidgetItemCollection | getWidgetWidgetItems()Gets the collection of radio button items. | 
|  void | setSelectedIndex(int value)Sets selected index of the radio button. | 
| Methods inherited from class com.spire.pdf.widget.PdfStateFieldWidget | 
|---|
| getWidgetItems | 
| Methods inherited from class com.spire.pdf.widget.PdfStyledFieldWidget | 
|---|
| getActions, getBorderColor, getBorderStyle, getBorderWidth, getFont, getGotFocus, getLocation, getLostFocus, getMouseDown, getMouseEnter, getMouseLeave, getSize, getVisible, setBorderColor, setBorderStyle, setBorderWidth, setBounds, setGotFocus, setLocation, setLostFocus, setMouseDown, setMouseEnter, setMouseLeave, setSize | 
| Methods inherited from class com.spire.pdf.widget.PdfFieldWidget | 
|---|
| getName, getPage, getToolTip, importFieldValue, setReadOnly, setRequired | 
| Methods inherited from class com.spire.pdf.fields.PdfField | 
|---|
| getExport, getFlatten, getForm, getMappingName, getReadOnly, setExport, setFlatten, setToolTip | 
| Constructor Detail | 
|---|
public PdfRadioButtonListFieldWidget(PdfDictionary dictionary,
                                     PdfCrossTable crossTable)
| Method Detail | 
|---|
public PdfRadioButtonWidgetWidgetItemCollection getWidgetWidgetItems()
public int getSelectedIndex()
public void setSelectedIndex(int value)
value - selected indexpublic java.lang.String getSelectedValue()
public PdfRadioButtonWidgetItem getSelectedItem()
public java.lang.String getValue()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||