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.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAriaReadonlyProperty
(Element element) Returns the value of the aria-readonly 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.getAriaSelectedState
(Element element) Returns the value of the aria-selected attribute for theelement
or "" if no such attribute is present.void
removeAriaReadonlyProperty
(Element element) Removes the aria-readonly attribute from theelement
.void
removeAriaRequiredProperty
(Element element) Removes the aria-required attribute from theelement
.void
removeAriaSelectedState
(Element element) Removes the aria-selected attribute from theelement
.void
setAriaReadonlyProperty
(Element element, boolean value) void
setAriaRequiredProperty
(Element element, boolean value) void
setAriaSelectedState
(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, setTabindexExtraAttribute
Methods inherited from interface com.google.gwt.aria.client.SectionRole
getAriaExpandedState, removeAriaExpandedState, setAriaExpandedState
-
Method Details
-
getAriaReadonlyProperty
Returns the value of the aria-readonly 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. -
getAriaSelectedState
Returns the value of the aria-selected attribute for theelement
or "" 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
-