Package com.google.gwt.aria.client
Interface TreeRole
- All Superinterfaces:
CompositeRole,GroupRole,InputRole,Role,SectionRole,SelectRole,StructureRole,WidgetRole
- All Known Subinterfaces:
TreegridRole
- All Known Implementing Classes:
TreegridRoleImpl,TreeRoleImpl
A type that represents the tree
role in the ARIA specification.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAriaMultiselectableProperty(Element element) Returns the value of the aria-multiselectable attribute for theelementor "" if no such attribute is present.getAriaRequiredProperty(Element element) Returns the value of the aria-required attribute for theelementor "" if no such attribute is present.voidremoveAriaMultiselectableProperty(Element element) Removes the aria-multiselectable attribute from theelement.voidremoveAriaRequiredProperty(Element element) Removes the aria-required attribute from theelement.voidsetAriaMultiselectableProperty(Element element, boolean value) voidsetAriaRequiredProperty(Element element, boolean value) Methods inherited from interface com.google.gwt.aria.client.CompositeRole
getAriaActivedescendantProperty, removeAriaActivedescendantProperty, setAriaActivedescendantPropertyMethods inherited from interface com.google.gwt.aria.client.GroupRole
getAriaActivedescendantProperty, removeAriaActivedescendantProperty, setAriaActivedescendantPropertyMethods inherited from interface com.google.gwt.aria.client.Role
getAriaAtomicProperty, getAriaBusyState, getAriaControlsProperty, getAriaDescribedbyProperty, getAriaDisabledState, getAriaDropeffectProperty, getAriaFlowtoProperty, getAriaGrabbedState, getAriaHaspopupProperty, getAriaHiddenState, getAriaInvalidState, getAriaLabelledbyProperty, getAriaLabelProperty, getAriaLiveProperty, getAriaOwnsProperty, getAriaRelevantProperty, getName, getTabindexExtraAttribute, remove, removeAriaAtomicProperty, removeAriaBusyState, removeAriaControlsProperty, removeAriaDescribedbyProperty, removeAriaDisabledState, removeAriaDropeffectProperty, removeAriaFlowtoProperty, removeAriaGrabbedState, removeAriaHaspopupProperty, removeAriaHiddenState, removeAriaInvalidState, removeAriaLabelledbyProperty, removeAriaLabelProperty, removeAriaLiveProperty, removeAriaOwnsProperty, removeAriaRelevantProperty, removeTabindexExtraAttribute, set, setAriaAtomicProperty, setAriaBusyState, setAriaControlsProperty, setAriaDescribedbyProperty, setAriaDisabledState, setAriaDropeffectProperty, setAriaFlowtoProperty, setAriaGrabbedState, setAriaHaspopupProperty, setAriaHiddenState, setAriaInvalidState, setAriaLabelledbyProperty, setAriaLabelProperty, setAriaLiveProperty, setAriaOwnsProperty, setAriaRelevantProperty, setTabindexExtraAttributeMethods inherited from interface com.google.gwt.aria.client.SectionRole
getAriaExpandedState, removeAriaExpandedState, setAriaExpandedState
-
Method Details
-
getAriaMultiselectableProperty
Returns the value of the aria-multiselectable attribute for theelementor "" if no such attribute is present. -
getAriaRequiredProperty
Returns the value of the aria-required attribute for theelementor "" if no such attribute is present. -
removeAriaMultiselectableProperty
Removes the aria-multiselectable attribute from theelement. -
removeAriaRequiredProperty
Removes the aria-required attribute from theelement. -
setAriaMultiselectableProperty
-
setAriaRequiredProperty
-