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.
-
Method Summary
Modifier and TypeMethodDescriptiongetAriaLevelProperty(Element element) Returns the value of the aria-level attribute for theelementor "" if no such attribute is present.getAriaMultiselectableProperty(Element element) Returns the value of the aria-multiselectable attribute for theelementor "" if no such attribute is present.getAriaReadonlyProperty(Element element) Returns the value of the aria-readonly attribute for theelementor "" if no such attribute is present.voidremoveAriaLevelProperty(Element element) Removes the aria-level attribute from theelement.voidremoveAriaMultiselectableProperty(Element element) Removes the aria-multiselectable attribute from theelement.voidremoveAriaReadonlyProperty(Element element) Removes the aria-readonly attribute from theelement.voidsetAriaLevelProperty(Element element, int value) voidsetAriaMultiselectableProperty(Element element, boolean value) voidsetAriaReadonlyProperty(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.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
-
getAriaLevelProperty
Returns the value of the aria-level attribute for theelementor "" if no such attribute is present. -
getAriaMultiselectableProperty
Returns the value of the aria-multiselectable attribute for theelementor "" if no such attribute is present. -
getAriaReadonlyProperty
Returns the value of the aria-readonly attribute for theelementor "" 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
-