Interface ColumnheaderRole

All Superinterfaces:
GridcellRole, Role, SectionheadRole, SectionRole, StructureRole, WidgetRole
All Known Implementing Classes:
ColumnheaderRoleImpl

public interface ColumnheaderRole extends GridcellRole, SectionheadRole, WidgetRole
A type that represents the columnheader role in the ARIA specification.
See Also:
  • Method Details

    • getAriaSortProperty

      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.