com.vaadin.client.ui.aria.

Interface HandlesAriaInvalid

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void setAriaInvalid​(boolean invalid)

      Called to set the element, typically an input element, as invalid.

    • Method Detail

      • setAriaInvalid

        void setAriaInvalid​(boolean invalid)

        Called to set the element, typically an input element, as invalid.

        Parameters:

        invalid - boolean, true when the element should be marked invalid, false otherwise