Package com.google.gwt.aria.client
Interface GridcellRole
- All Superinterfaces:
Role,SectionRole,StructureRole,WidgetRole
- All Known Subinterfaces:
ColumnheaderRole,RowheaderRole
- All Known Implementing Classes:
ColumnheaderRoleImpl,GridcellRoleImpl,RowheaderRoleImpl
A type that represents the gridcell
role in the ARIA specification.
-
Method Summary
Modifier and TypeMethodDescriptiongetAriaReadonlyProperty(Element element) Returns the value of the aria-readonly 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.getAriaSelectedState(Element element) Returns the value of the aria-selected attribute for theelementor "" if no such attribute is present.voidremoveAriaReadonlyProperty(Element element) Removes the aria-readonly attribute from theelement.voidremoveAriaRequiredProperty(Element element) Removes the aria-required attribute from theelement.voidremoveAriaSelectedState(Element element) Removes the aria-selected attribute from theelement.voidsetAriaReadonlyProperty(Element element, boolean value) voidsetAriaRequiredProperty(Element element, boolean value) voidsetAriaSelectedState(Element element, SelectedValue value) 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, setTabindexExtraAttributeMethods inherited from interface com.google.gwt.aria.client.SectionRole
getAriaExpandedState, removeAriaExpandedState, setAriaExpandedState
-
Method Details
-
getAriaReadonlyProperty
Returns the value of the aria-readonly 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. -
getAriaSelectedState
Returns the value of the aria-selected attribute for theelementor "" if no such attribute is present. -
removeAriaReadonlyProperty
Removes the aria-readonly attribute from theelement. -
removeAriaRequiredProperty
Removes the aria-required attribute from theelement. -
removeAriaSelectedState
Removes the aria-selected attribute from theelement. -
setAriaReadonlyProperty
-
setAriaRequiredProperty
-
setAriaSelectedState
-