|
|||||||||
| 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,
PdfDocumentBase document)
|
|
| Method Summary | |
|---|---|
PdfCheckBoxStyle |
getButtonStyle()
Gets the button style |
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, getForeColor, getGotFocus, getLocation, getLostFocus, getMouseDown, getMouseEnter, getMouseLeave, getSize, getVisible, setBorderColor, setBorderStyle, setBorderWidth, setBounds, setForeColor, setGotFocus, setLocation, setLostFocus, setMouseDown, setMouseEnter, setMouseLeave, setSize |
| Methods inherited from class com.spire.pdf.widget.PdfFieldWidget |
|---|
getName, getPage, getToolTip, importFieldValue, setName, setReadOnly, setRequired |
| Methods inherited from class com.spire.pdf.fields.PdfField |
|---|
getAnnotationFlags, getExport, getFlatten, getForm, getMappingName, getReadOnly, getRequired, setAnnotationFlags, setExport, setFlatten, setToolTip |
| Constructor Detail |
|---|
public PdfRadioButtonListFieldWidget(PdfDictionary dictionary,
PdfDocumentBase document)
| Method Detail |
|---|
public PdfRadioButtonWidgetWidgetItemCollection getWidgetWidgetItems()
public int getSelectedIndex()
public void setSelectedIndex(int value)
value - selected indexpublic java.lang.String getSelectedValue()
public PdfRadioButtonWidgetItem getSelectedItem()
public PdfCheckBoxStyle getButtonStyle()
getButtonStyle in class PdfStyledFieldWidgetpublic java.lang.String getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||