Class FormDefaultAccessibilityProperties

    • Field Detail

      • FORM_FIELD_RADIO

        public static final java.lang.String FORM_FIELD_RADIO
        Represents the role: radio.
        See Also:
        Constant Field Values
      • FORM_FIELD_CHECK

        public static final java.lang.String FORM_FIELD_CHECK
        Represents the role: Checkbox.
        See Also:
        Constant Field Values
      • FORM_FIELD_PUSH_BUTTON

        public static final java.lang.String FORM_FIELD_PUSH_BUTTON
        Represents the role: PushButton.
        See Also:
        Constant Field Values
      • FORM_FIELD_LIST_BOX

        public static final java.lang.String FORM_FIELD_LIST_BOX
        Represents the role: ListBox.
        See Also:
        Constant Field Values
      • FORM_FIELD_TEXT

        public static final java.lang.String FORM_FIELD_TEXT
        Represents the role: Text. This can be passwords, text areas, etc.
        See Also:
        Constant Field Values
      • OWNER_PRINT_FIELD_NAME

        private static final java.lang.String OWNER_PRINT_FIELD_NAME
        See Also:
        Constant Field Values
      • ATTRIBUTE_CHECKED

        private static final java.lang.String ATTRIBUTE_CHECKED
        See Also:
        Constant Field Values
      • ALLOWED_VALUES

        private static final java.lang.String[] ALLOWED_VALUES
    • Constructor Detail

      • FormDefaultAccessibilityProperties

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

      • checkIfFormFieldTypeIsAllowed

        private static void checkIfFormFieldTypeIsAllowed​(java.lang.String formFieldType)