com.vaadin.client.ui.aria.

Interface HandlesAriaRequired

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void setAriaRequired​(boolean required)

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

    • Method Detail

      • setAriaRequired

        void setAriaRequired​(boolean required)

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

        Parameters:

        required - boolean true when the element needs to be set as required