Interface CompositeRole

    • Method Detail

      • getAriaActivedescendantProperty

        java.lang.String getAriaActivedescendantProperty​(Element element)
        Returns the value of the aria-activedescendant attribute for the element or "" if no such attribute is present.
      • removeAriaActivedescendantProperty

        void removeAriaActivedescendantProperty​(Element element)
        Removes the aria-activedescendant attribute from the element.
      • setAriaActivedescendantProperty

        void setAriaActivedescendantProperty​(Element element,
                                             Id value)
        Sets the aria-activedescendant attribute for the element to the given value.