TYPE_BUTTON, TYPE_CHECKBOX, TYPE_COMBOBOX, TYPE_LISTBOX, TYPE_RADIOBUTTON, TYPE_SIGNATURE, TYPE_TEXT
Modifier and Type | Method and Description |
---|---|
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.
|
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
String getDefaultValue()
String getValue()
void setDefaultValue(String defaultValue)
void setValue(String value) throws PDFException
PDFException
String getValueFromOptions()
void setValueFromOptions(String value) throws PDFException
value
- PDFException
Vector getOnValues()
Vector getOptions()