Class FormDefaultAccessibilityProperties


public class FormDefaultAccessibilityProperties extends DefaultAccessibilityProperties
The FormDefaultAccessibilityProperties class is used to create a specific forms related instance of the DefaultAccessibilityProperties class.
  • Field Details

    • FORM_FIELD_RADIO

      public static final String FORM_FIELD_RADIO
      Represents the role: radio.
      See Also:
    • FORM_FIELD_CHECK

      public static final String FORM_FIELD_CHECK
      Represents the role: Checkbox.
      See Also:
    • FORM_FIELD_PUSH_BUTTON

      public static final String FORM_FIELD_PUSH_BUTTON
      Represents the role: PushButton.
      See Also:
    • FORM_FIELD_LIST_BOX

      public static final String FORM_FIELD_LIST_BOX
      Represents the role: ListBox.
      See Also:
    • FORM_FIELD_TEXT

      public static final String FORM_FIELD_TEXT
      Represents the role: Text. This can be passwords, text areas, etc.
      See Also:
  • Constructor Details

    • FormDefaultAccessibilityProperties

      public FormDefaultAccessibilityProperties (String formFieldType)
      Instantiates a new FormDefaultAccessibilityProperties instance based on structure element role.
      Parameters:
      formFieldType - the type of the formField
  • Method Details