|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RadioButtonGroupField
RadioButtonGroupField holds a radio button group field. This is a group of radio buttons that all have the same name.
| Field Summary |
|---|
| Fields inherited from interface com.qoppa.pdf.form.FormField |
|---|
TYPE_BUTTON, TYPE_CHECKBOX, TYPE_COMBOBOX, TYPE_LISTBOX, TYPE_RADIOBUTTON, TYPE_SIGNATURE, TYPE_TEXT |
| Method Summary | |
|---|---|
String |
getDefaultValue()
Returns the default value for this radio button group field. |
Vector |
getOnValues()
Returns a Vector of values containing the on state for each of the radio buttons in this radio button group field. |
Vector |
getOptions()
Returns a Vector of values representing the export value of each annotation in this radio button group field. |
String |
getValue()
Returns the value for this radio button group field. |
String |
getValueFromOptions()
Returns the value for this radio button group field from the options if they exist. |
void |
setDefaultValue(String defaultValue)
Sets the default value for this radio button group field. |
void |
setValue(String value)
Sets the value for this radio button group field. |
void |
setValueFromOptions(String value)
Sets the value from the options for this radio button group field if the options exist. |
| Methods inherited from interface com.qoppa.pdf.form.FormField |
|---|
addFieldListener, addKeyListener, addMouseListener, flattenField, getAltFieldName, getFieldName, getFieldTypeDesc, getFullFieldName, getKids, getMapFieldName, getTriggerActions, getUserName, getWidgets, isEmpty, isNoExport, isReadOnly, isRequired, removeFieldListener, reset, setAltFieldName, setComponentVisible, setFieldFlags, setFieldName, setHidden, setMapFieldName, setNoExport, setPrintable, setReadOnly, setRequired, setTriggerActions, setUserName |
| Method Detail |
|---|
String getDefaultValue()
String getValue()
void setDefaultValue(String defaultValue)
void setValue(String value)
throws PDFException
PDFExceptionString getValueFromOptions()
void setValueFromOptions(String value)
throws PDFException
value -
PDFExceptionVector getOnValues()
Vector getOptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||