Modifier and Type | Field and Description |
---|---|
static int |
FF_NOTOGGLETOOFF
The field flag indicating exactly one radio button must be selected at all times.
|
static int |
FF_RADIO
The field flag indicating the field is a radio button.
|
FF_NOEXPORT, FF_READONLY, FF_REQUIRED, 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<String> |
getOnValues()
Returns a Vector of values containing the on state for each of the radio buttons in this radio button group field.
|
Vector<String> |
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, getFieldFlags, 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
static final int FF_NOTOGGLETOOFF
static final int FF_RADIO
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<String> getOnValues()