Interface ScrollbarRole

All Superinterfaces:
InputRole, RangeRole, Role, WidgetRole
All Known Implementing Classes:
ScrollbarRoleImpl

public interface ScrollbarRole extends InputRole, RangeRole
A type that represents the scrollbar role in the ARIA specification.
See Also:
  • Method Details

    • getAriaOrientationProperty

      String getAriaOrientationProperty(Element element)
      Returns the value of the aria-orientation attribute for the element or "" if no such attribute is present.
    • removeAriaOrientationProperty

      void removeAriaOrientationProperty(Element element)
      Removes the aria-orientation attribute from the element.
    • setAriaOrientationProperty

      void setAriaOrientationProperty(Element element, OrientationValue value)
      Sets the aria-orientation attribute for the element to the given value.