Interface CompositeRole

All Superinterfaces:
Role, WidgetRole
All Known Subinterfaces:
ComboboxRole, GridRole, ListboxRole, MenubarRole, MenuRole, RadiogroupRole, SelectRole, TablistRole, TreegridRole, TreeRole
All Known Implementing Classes:
ComboboxRoleImpl, GridRoleImpl, ListboxRoleImpl, MenubarRoleImpl, MenuRoleImpl, RadiogroupRoleImpl, TablistRoleImpl, TreegridRoleImpl, TreeRoleImpl

public interface CompositeRole extends WidgetRole
A type that represents the composite role in the ARIA specification.
See Also:
  • Method Details

    • getAriaActivedescendantProperty

      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.