|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.snowtide.pdf.forms.BaseAcroFormField
com.snowtide.pdf.forms.AcroButtonField
com.snowtide.pdf.forms.AcroRadioButtonGroupField
Instances of this class represent a group of radio buttons in an interactive forms.
Refer to AcroButtonField and AcroFormField for overview documentation.
| Field Summary |
| Fields inherited from class com.snowtide.pdf.forms.AcroButtonField |
BUTTON_TYPE_CHECKBOX, BUTTON_TYPE_PUSHBUTTON, BUTTON_TYPE_RADIO_GROUP, callback, DEFAULT_UNSELECTED_VALUE |
| Fields inherited from interface com.snowtide.pdf.forms.AcroFormField |
FIELD_TYPE_BUTTON, FIELD_TYPE_CHOICE, FIELD_TYPE_OTHER, FIELD_TYPE_SIGNATURE, FIELD_TYPE_TEXT |
| Method Summary | |
boolean |
canChangeValue()
This function always returns true. |
java.util.Set |
getPossibleValues()
Returns a set of the possible values that may be set on this button. |
boolean |
setValue(java.lang.String val)
Sets the value of this button field. |
| Methods inherited from class com.snowtide.pdf.forms.AcroButtonField |
getButtonType, getDefaultValue, getExportValue, getExportValues, getFullName, getLocalName, getMappingName, getName, getType, getUIName, getValue, hasValueChanged, isReadOnly |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.util.Set getPossibleValues()
public boolean setValue(java.lang.String val)
throws java.lang.IllegalArgumentException
getPossibleValues() or null (i.e. no buttons in the radio button group should be selected).
java.lang.IllegalArgumentException - - if a String is provided that is not in the set returned by getPossibleValues().public boolean canChangeValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||