public class ButtonFieldDictionary extends VariableTextFieldDictionary
| Modifier and Type | Class and Description |
|---|---|
static class |
ButtonFieldDictionary.ButtonFieldType |
VariableTextFieldDictionary.Quadding| Modifier and Type | Field and Description |
|---|---|
protected ButtonFieldDictionary.ButtonFieldType |
buttonFieldType |
static int |
NO_TOGGLE_TO_OFF_BIT_FLAG
(Radio buttons only) If set, exactly one radio button shall be selected at
all times; selecting the currently selected button has no effect.
|
static int |
PUSH_BUTTON_BIT_FLAG
If set, the field is a push button that does not retain a permanent value.
|
static int |
RADIO_BIT_FLAG
If set, the field is a set of radio buttons; if clear, the field is a
check box.
|
static int |
RADIO_IN_UNISON_BIT_FLAG
(PDF 1.5) If set, a group of radio buttons within a radio button field
that use the same value for the on state will turn on and off in unison;
that is if one is checked, they are all checked.
|
color, DA_KEY, DS_KEY, fontName, Q_KEY, quadding, RV_KEY, sizeAA_KEY, additionalActionsDictionary, alternativeFieldName, defaultFieldValue, DV_KEY, exportMappingName, Ff_KEY, fieldType, fieldValue, FT_KEY, kids, KIDS_KEY, NO_EXPORT_BIT_FLAG, PARENT_KEY, parentField, partialFieldName, READ_ONLY_BIT_FLAG, REQUIRED_BIT_FLAG, T_KEY, TM_KEY, TU_KEY, V_KEYentries, FORM_TYPE_KEY, inited, isDeleted, isNew, LENGTH_KEY, library, SUBTYPE_KEY, TYPE_KEY| Constructor and Description |
|---|
ButtonFieldDictionary(Library library,
java.util.HashMap entries) |
| Modifier and Type | Method and Description |
|---|---|
ButtonFieldDictionary.ButtonFieldType |
getButtonFieldType() |
boolean |
isNoToggleToOff()
(Radio buttons only) If set, exactly one radio button shall be selected at
all times; selecting the currently selected button has no effect.
|
boolean |
isPushButton()
If set, the field is a push button that does not retain a permanent value.
|
boolean |
isRadioButton()
If set, the field is a set of radio buttons; if clear, the field is a
check box.
|
boolean |
isRadioInUnison()
If set, a group of radio buttons within a radio button field
that use the same value for the on state will turn on and off in unison;
that is if one is checked, they are all checked.
|
void |
setButtonFieldType(ButtonFieldDictionary.ButtonFieldType buttonFieldType) |
getColor, getDefaultAppearance, getDefaultRichText, getDefaultStyle, getFontName, getQuadding, getSize, setFontName, setSizegetAdditionalActionsDictionary, getAlternativeFieldName, getDefaultFieldValue, getExportMappingName, getFieldType, getFieldValue, getFlags, getFullyQualifiedFieldName, getKids, getParent, getPartialFieldName, hasDefaultValue, hasFieldValue, isNoExport, isReadOnly, isRequired, setFieldValuegetEntries, getFloat, getInt, getLibrary, getNumber, getObject, getPObjectReference, init, isDeleted, isNew, setDeleted, setNew, setPObjectReference, toStringpublic static final int NO_TOGGLE_TO_OFF_BIT_FLAG
public static final int RADIO_BIT_FLAG
public static final int PUSH_BUTTON_BIT_FLAG
public static final int RADIO_IN_UNISON_BIT_FLAG
protected ButtonFieldDictionary.ButtonFieldType buttonFieldType
public ButtonFieldDictionary(Library library, java.util.HashMap entries)
public boolean isNoToggleToOff()
public boolean isRadioButton()
public boolean isPushButton()
public boolean isRadioInUnison()
public ButtonFieldDictionary.ButtonFieldType getButtonFieldType()
public void setButtonFieldType(ButtonFieldDictionary.ButtonFieldType buttonFieldType)