Class AbstractFieldState

    • Field Detail

      • propertyReadOnly

        public boolean propertyReadOnly
      • hideErrors

        public boolean hideErrors
      • required

        public boolean required
      • modified

        public boolean modified
      • tabIndex

        @NoLayout
        public int tabIndex
        The tabulator index of the field.
      • focusDelegate

        public Connector focusDelegate
        The component which should receive focus events instead of the custom field wrapper.

        This is not used in all fields, but needs to be here for the time being (#20468).

        Since:
        7.7.5
    • Constructor Detail

      • AbstractFieldState

        public AbstractFieldState()