com.vaadin.client.ui.aria.

Interface HandlesAriaRequired

  • All Known Implementing Classes:

    VCheckBox, VFilterSelect, VPopupCalendar, VTextualDate


    public interface HandlesAriaRequired

    Some Widgets need to handle the required handling for WAI-ARIA themselfs, as this attribute needs to be set to the input element itself. In such a case, the Widget needs to implement this interface.

    • Method Summary

      All Methods
      Modifier and Type Method and 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