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 theelement
or "" if no such attribute is present.getAriaRequiredProperty
(Element element) Returns the value of the aria-required attribute for theelement
or "" if no such attribute is present.void
removeAriaMultiselectableProperty
(Element element) Removes the aria-multiselectable attribute from theelement
.void
removeAriaRequiredProperty
(Element element) Removes the aria-required attribute from theelement
.void
setAriaMultiselectableProperty
(Element element, boolean value) void
setAriaRequiredProperty
(Element element, boolean value) Methods inherited from interface com.google.gwt.aria.client.CompositeRole
getAriaActivedescendantProperty, removeAriaActivedescendantProperty, setAriaActivedescendantProperty
Methods inherited from interface com.google.gwt.aria.client.GroupRole
getAriaActivedescendantProperty, removeAriaActivedescendantProperty, setAriaActivedescendantProperty
Methods 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, setTabindexExtraAttribute
Methods inherited from interface com.google.gwt.aria.client.SectionRole
getAriaExpandedState, removeAriaExpandedState, setAriaExpandedState
-
Method Details
-
getAriaMultiselectableProperty
Returns the value of the aria-multiselectable attribute for theelement
or "" if no such attribute is present. -
getAriaRequiredProperty
Returns the value of the aria-required attribute for theelement
or "" if no such attribute is present. -
removeAriaMultiselectableProperty
Removes the aria-multiselectable attribute from theelement
. -
removeAriaRequiredProperty
Removes the aria-required attribute from theelement
. -
setAriaMultiselectableProperty
-
setAriaRequiredProperty
-