Interface ButtonRole

    • Method Detail

      • getAriaExpandedState

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

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

        void removeAriaExpandedState​(Element element)
        Removes the aria-expanded attribute from the element.
      • removeAriaPressedState

        void removeAriaPressedState​(Element element)
        Removes the aria-pressed attribute from the element.