Interface ColumnheaderRole

    • Method Detail

      • getAriaSortProperty

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

        void removeAriaSortProperty​(Element element)
        Removes the aria-sort attribute from the element.
      • setAriaSortProperty

        void setAriaSortProperty​(Element element,
                                 SortValue value)
        Sets the aria-sort attribute for the element to the given value.