Package com.google.gwt.aria.client
Class ColumnheaderRoleImpl
java.lang.Object
com.google.gwt.aria.client.RoleImpl
com.google.gwt.aria.client.ColumnheaderRoleImpl
- All Implemented Interfaces:
ColumnheaderRole,GridcellRole,Role,SectionheadRole,SectionRole,StructureRole,WidgetRole
Implements ColumnheaderRole.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAriaExpandedState(Element element) Returns the value of the aria-expanded 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.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.getAriaSortProperty(Element element) Returns the value of the aria-sort attribute for theelementor "" if no such attribute is present.voidremoveAriaExpandedState(Element element) Removes the aria-expanded attribute from theelement.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.voidremoveAriaSortProperty(Element element) Removes the aria-sort attribute from theelement.voidsetAriaExpandedState(Element element, ExpandedValue value) voidsetAriaReadonlyProperty(Element element, boolean value) voidsetAriaRequiredProperty(Element element, boolean value) voidsetAriaSelectedState(Element element, SelectedValue value) voidsetAriaSortProperty(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, setTabindexExtraAttributeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
ColumnheaderRoleImpl
ColumnheaderRoleImpl(String roleName)
-
-
Method Details
-
getAriaExpandedState
Description copied from interface:SectionRoleReturns the value of the aria-expanded attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaExpandedStatein interfaceSectionheadRole- Specified by:
getAriaExpandedStatein interfaceSectionRole
-
getAriaReadonlyProperty
Description copied from interface:GridcellRoleReturns the value of the aria-readonly attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaReadonlyPropertyin interfaceGridcellRole
-
getAriaRequiredProperty
Description copied from interface:GridcellRoleReturns the value of the aria-required attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaRequiredPropertyin interfaceGridcellRole
-
getAriaSelectedState
Description copied from interface:GridcellRoleReturns the value of the aria-selected attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaSelectedStatein interfaceGridcellRole
-
getAriaSortProperty
Description copied from interface:ColumnheaderRoleReturns the value of the aria-sort attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaSortPropertyin interfaceColumnheaderRole
-
removeAriaExpandedState
Description copied from interface:SectionRoleRemoves the aria-expanded attribute from theelement.- Specified by:
removeAriaExpandedStatein interfaceSectionheadRole- Specified by:
removeAriaExpandedStatein interfaceSectionRole
-
removeAriaReadonlyProperty
Description copied from interface:GridcellRoleRemoves the aria-readonly attribute from theelement.- Specified by:
removeAriaReadonlyPropertyin interfaceGridcellRole
-
removeAriaRequiredProperty
Description copied from interface:GridcellRoleRemoves the aria-required attribute from theelement.- Specified by:
removeAriaRequiredPropertyin interfaceGridcellRole
-
removeAriaSelectedState
Description copied from interface:GridcellRoleRemoves the aria-selected attribute from theelement.- Specified by:
removeAriaSelectedStatein interfaceGridcellRole
-
removeAriaSortProperty
Description copied from interface:ColumnheaderRoleRemoves the aria-sort attribute from theelement.- Specified by:
removeAriaSortPropertyin interfaceColumnheaderRole
-
setAriaExpandedState
Description copied from interface:SectionRole- Specified by:
setAriaExpandedStatein interfaceSectionheadRole- Specified by:
setAriaExpandedStatein interfaceSectionRole
-
setAriaReadonlyProperty
Description copied from interface:GridcellRole- Specified by:
setAriaReadonlyPropertyin interfaceGridcellRole
-
setAriaRequiredProperty
Description copied from interface:GridcellRole- Specified by:
setAriaRequiredPropertyin interfaceGridcellRole
-
setAriaSelectedState
Description copied from interface:GridcellRole- Specified by:
setAriaSelectedStatein interfaceGridcellRole
-
setAriaSortProperty
Description copied from interface:ColumnheaderRole- Specified by:
setAriaSortPropertyin interfaceColumnheaderRole
-