public class FormDefaultAccessibilityProperties extends DefaultAccessibilityProperties
FormDefaultAccessibilityProperties class is used to create a specific forms related instance of the
DefaultAccessibilityProperties class.| Modifier and Type | Field and Description |
|---|---|
static String |
FORM_FIELD_CHECK
Represents the role: Checkbox.
|
static String |
FORM_FIELD_LIST_BOX
Represents the role: ListBox.
|
static String |
FORM_FIELD_PUSH_BUTTON
Represents the role: PushButton.
|
static String |
FORM_FIELD_RADIO
Represents the role: radio.
|
static String |
FORM_FIELD_TEXT
Represents the role: Text.
|
actualText, alternateDescription, attributesList, expansion, language, namespace, phoneme, phoneticAlphabet, refs, role| Constructor and Description |
|---|
FormDefaultAccessibilityProperties(String formFieldType)
Instantiates a new
FormDefaultAccessibilityProperties instance based on structure element role. |
| Modifier and Type | Method and Description |
|---|---|
void |
updateCheckedValue(IPropertyContainer element)
Updates the checked value of the form field based on the
FormProperty.FORM_FIELD_CHECKED property. |
addAttributes, addAttributes, addRef, clearAttributes, clearRefs, getActualText, getAlternateDescription, getAttributesList, getExpansion, getLanguage, getNamespace, getPhoneme, getPhoneticAlphabet, getRefsList, getRole, getStructureElementId, setActualText, setAlternateDescription, setExpansion, setLanguage, setNamespace, setPhoneme, setPhoneticAlphabet, setRole, setStructureElementIdsetStructureElementIdStringpublic static final String FORM_FIELD_RADIO
public static final String FORM_FIELD_CHECK
public static final String FORM_FIELD_PUSH_BUTTON
public static final String FORM_FIELD_LIST_BOX
public static final String FORM_FIELD_TEXT
public FormDefaultAccessibilityProperties(String formFieldType)
FormDefaultAccessibilityProperties instance based on structure element role.formFieldType - the type of the formFieldpublic void updateCheckedValue(IPropertyContainer element)
FormProperty.FORM_FIELD_CHECKED property.
If no such property is found, the checked value is set to "off".element - The element which contains a FormProperty.FORM_FIELD_CHECKED property.Copyright © 1998–2025 Apryse Group NV. All rights reserved.