Package com.google.gwt.aria.client
Class RowheaderRoleImpl
java.lang.Object
com.google.gwt.aria.client.RoleImpl
com.google.gwt.aria.client.RowheaderRoleImpl
- All Implemented Interfaces:
GridcellRole
,Role
,RowheaderRole
,SectionheadRole
,SectionRole
,StructureRole
,WidgetRole
Implements RowheaderRole
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAriaExpandedState
(Element element) Returns the value of the aria-expanded 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.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.getAriaSortProperty
(Element element) Returns the value of the aria-sort attribute for theelement
or "" if no such attribute is present.void
removeAriaExpandedState
(Element element) Removes the aria-expanded attribute from theelement
.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
removeAriaSortProperty
(Element element) Removes the aria-sort attribute from theelement
.void
setAriaExpandedState
(Element element, ExpandedValue value) void
setAriaReadonlyProperty
(Element element, boolean value) void
setAriaRequiredProperty
(Element element, boolean value) void
setAriaSelectedState
(Element element, SelectedValue value) void
setAriaSortProperty
(Element element, SortValue value) Methods inherited from class com.google.gwt.aria.client.RoleImpl
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Constructor Details
-
RowheaderRoleImpl
RowheaderRoleImpl(String roleName)
-
-
Method Details
-
getAriaExpandedState
Description copied from interface:SectionRole
Returns the value of the aria-expanded attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaExpandedState
in interfaceSectionheadRole
- Specified by:
getAriaExpandedState
in interfaceSectionRole
-
getAriaReadonlyProperty
Description copied from interface:GridcellRole
Returns the value of the aria-readonly attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaReadonlyProperty
in interfaceGridcellRole
-
getAriaRequiredProperty
Description copied from interface:GridcellRole
Returns the value of the aria-required attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaRequiredProperty
in interfaceGridcellRole
-
getAriaSelectedState
Description copied from interface:GridcellRole
Returns the value of the aria-selected attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaSelectedState
in interfaceGridcellRole
-
getAriaSortProperty
Description copied from interface:RowheaderRole
Returns the value of the aria-sort attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaSortProperty
in interfaceRowheaderRole
-
removeAriaExpandedState
Description copied from interface:SectionRole
Removes the aria-expanded attribute from theelement
.- Specified by:
removeAriaExpandedState
in interfaceSectionheadRole
- Specified by:
removeAriaExpandedState
in interfaceSectionRole
-
removeAriaReadonlyProperty
Description copied from interface:GridcellRole
Removes the aria-readonly attribute from theelement
.- Specified by:
removeAriaReadonlyProperty
in interfaceGridcellRole
-
removeAriaRequiredProperty
Description copied from interface:GridcellRole
Removes the aria-required attribute from theelement
.- Specified by:
removeAriaRequiredProperty
in interfaceGridcellRole
-
removeAriaSelectedState
Description copied from interface:GridcellRole
Removes the aria-selected attribute from theelement
.- Specified by:
removeAriaSelectedState
in interfaceGridcellRole
-
removeAriaSortProperty
Description copied from interface:RowheaderRole
Removes the aria-sort attribute from theelement
.- Specified by:
removeAriaSortProperty
in interfaceRowheaderRole
-
setAriaExpandedState
Description copied from interface:SectionRole
- Specified by:
setAriaExpandedState
in interfaceSectionheadRole
- Specified by:
setAriaExpandedState
in interfaceSectionRole
-
setAriaReadonlyProperty
Description copied from interface:GridcellRole
- Specified by:
setAriaReadonlyProperty
in interfaceGridcellRole
-
setAriaRequiredProperty
Description copied from interface:GridcellRole
- Specified by:
setAriaRequiredProperty
in interfaceGridcellRole
-
setAriaSelectedState
Description copied from interface:GridcellRole
- Specified by:
setAriaSelectedState
in interfaceGridcellRole
-
setAriaSortProperty
Description copied from interface:RowheaderRole
- Specified by:
setAriaSortProperty
in interfaceRowheaderRole
-