Class FormProperty


  • public final class FormProperty
    extends java.lang.Object
    Set of constants that will be used as keys to get and set properties.
    • Field Detail

      • PROPERTY_START

        private static final int PROPERTY_START
        The Constant PROPERTY_START.
        See Also:
        Constant Field Values
      • FORM_FIELD_FLATTEN

        public static final int FORM_FIELD_FLATTEN
        The Constant FORM_FIELD_FLATTEN for form related properties.
        See Also:
        Constant Field Values
      • FORM_FIELD_SIZE

        public static final int FORM_FIELD_SIZE
        The Constant FORM_FIELD_SIZE.
        See Also:
        Constant Field Values
      • FORM_FIELD_VALUE

        public static final int FORM_FIELD_VALUE
        The Constant FORM_FIELD_VALUE.
        See Also:
        Constant Field Values
      • FORM_FIELD_PASSWORD_FLAG

        public static final int FORM_FIELD_PASSWORD_FLAG
        The Constant FORM_FIELD_PASSWORD_FLAG.
        See Also:
        Constant Field Values
      • FORM_FIELD_COLS

        public static final int FORM_FIELD_COLS
        The Constant FORM_FIELD_COLS.
        See Also:
        Constant Field Values
      • FORM_FIELD_ROWS

        public static final int FORM_FIELD_ROWS
        The Constant FORM_FIELD_ROWS.
        See Also:
        Constant Field Values
      • FORM_FIELD_CHECKED

        public static final int FORM_FIELD_CHECKED
        The Constant FORM_FIELD_CHECKED.
        See Also:
        Constant Field Values
      • FORM_FIELD_MULTIPLE

        public static final int FORM_FIELD_MULTIPLE
        The Constant FORM_FIELD_MULTIPLE.
        See Also:
        Constant Field Values
      • FORM_FIELD_SELECTED

        public static final int FORM_FIELD_SELECTED
        The Constant FORM_FIELD_SELECTED.
        See Also:
        Constant Field Values
      • FORM_FIELD_LABEL

        public static final int FORM_FIELD_LABEL
        The Constant FORM_FIELD_LABEL.
        See Also:
        Constant Field Values
      • FORM_FIELD_RADIO_GROUP_NAME

        public static final int FORM_FIELD_RADIO_GROUP_NAME
        The Constant FORM_FIELD_RADIO_GROUP_NAME.
        See Also:
        Constant Field Values
      • FORM_FIELD_RADIO_BORDER_CIRCLE

        public static final int FORM_FIELD_RADIO_BORDER_CIRCLE
        The Constant FORM_FIELD_RADIO_BORDER_CIRCLE.
        See Also:
        Constant Field Values
      • FORM_CHECKBOX_TYPE

        public static final int FORM_CHECKBOX_TYPE
        The Constant FORM_CHECKBOX_TYPE.
        See Also:
        Constant Field Values
      • FORM_CONFORMANCE_LEVEL

        public static final int FORM_CONFORMANCE_LEVEL
        The Constant FORM_CONFORMANCE_LEVEL.
        See Also:
        Constant Field Values
      • LIST_BOX_TOP_INDEX

        public static final int LIST_BOX_TOP_INDEX
        The Constant LIST_BOX_TOP_INDEX representing the index of the first visible option in a scrollable list.
        See Also:
        Constant Field Values
      • TEXT_FIELD_COMB_FLAG

        public static final int TEXT_FIELD_COMB_FLAG
        The Constant TEXT_FIELD_COMB_FLAG representing Comb flag for the text field.
        See Also:
        Constant Field Values
      • TEXT_FIELD_MAX_LEN

        public static final int TEXT_FIELD_MAX_LEN
        The Constant TEXT_FIELD_MAX_LEN representing the maximum length of the field's text, in characters.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FormProperty

        private FormProperty()