Package com.google.gwt.aria.client
Interface GridRole
- All Superinterfaces:
CompositeRole
,RegionRole
,Role
,SectionRole
,StructureRole
,WidgetRole
- All Known Subinterfaces:
TreegridRole
- All Known Implementing Classes:
GridRoleImpl
,TreegridRoleImpl
A type that represents the grid
role in the ARIA specification.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAriaLevelProperty
(Element element) Returns the value of the aria-level attribute for theelement
or "" if no such attribute is present.getAriaMultiselectableProperty
(Element element) Returns the value of the aria-multiselectable attribute for theelement
or "" if no such attribute is present.getAriaReadonlyProperty
(Element element) Returns the value of the aria-readonly attribute for theelement
or "" if no such attribute is present.void
removeAriaLevelProperty
(Element element) Removes the aria-level attribute from theelement
.void
removeAriaMultiselectableProperty
(Element element) Removes the aria-multiselectable attribute from theelement
.void
removeAriaReadonlyProperty
(Element element) Removes the aria-readonly attribute from theelement
.void
setAriaLevelProperty
(Element element, int value) void
setAriaMultiselectableProperty
(Element element, boolean value) void
setAriaReadonlyProperty
(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.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
-
getAriaLevelProperty
Returns the value of the aria-level attribute for theelement
or "" if no such attribute is present. -
getAriaMultiselectableProperty
Returns the value of the aria-multiselectable attribute for theelement
or "" if no such attribute is present. -
getAriaReadonlyProperty
Returns the value of the aria-readonly attribute for theelement
or "" if no such attribute is present. -
removeAriaLevelProperty
Removes the aria-level attribute from theelement
. -
removeAriaMultiselectableProperty
Removes the aria-multiselectable attribute from theelement
. -
removeAriaReadonlyProperty
Removes the aria-readonly attribute from theelement
. -
setAriaLevelProperty
-
setAriaMultiselectableProperty
-
setAriaReadonlyProperty
-