com.vaadin.client.ui.aria

Package com.vaadin.client.ui.aria

  • Interface Summary
    Interface Description
    HandlesAriaCaption

    Some Widgets need to handle the caption handling for WAI-ARIA themselfs, as for example the required ids need to be set in a specific way.

    HandlesAriaInvalid

    Some Widgets need to handle the required handling for WAI-ARIA themselfs, as this attribute needs to be set to the input element itself.

    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.

  • Class Summary
    Class Description
    AriaHelper

    Helper class that helps to implement the WAI-ARIA functionality.