Package com.google.gwt.aria.client
Class RowRoleImpl
java.lang.Object
com.google.gwt.aria.client.RoleImpl
com.google.gwt.aria.client.RowRoleImpl
- All Implemented Interfaces:
GroupRole,Role,RowRole,SectionRole,StructureRole,WidgetRole
Implements RowRole.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAriaActivedescendantProperty(Element element) Returns the value of the aria-activedescendant attribute for theelementor "" if no such attribute is present.getAriaExpandedState(Element element) Returns the value of the aria-expanded attribute for theelementor "" if no such attribute is present.getAriaLevelProperty(Element element) Returns the value of the aria-level 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.voidRemoves the aria-activedescendant attribute from theelement.voidremoveAriaExpandedState(Element element) Removes the aria-expanded attribute from theelement.voidremoveAriaLevelProperty(Element element) Removes the aria-level attribute from theelement.voidremoveAriaSelectedState(Element element) Removes the aria-selected attribute from theelement.voidsetAriaActivedescendantProperty(Element element, Id value) voidsetAriaExpandedState(Element element, ExpandedValue value) voidsetAriaLevelProperty(Element element, int value) voidsetAriaSelectedState(Element element, SelectedValue 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
-
RowRoleImpl
RowRoleImpl(String roleName)
-
-
Method Details
-
getAriaActivedescendantProperty
Description copied from interface:GroupRoleReturns the value of the aria-activedescendant attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaActivedescendantPropertyin interfaceGroupRole
-
getAriaExpandedState
Description copied from interface:SectionRoleReturns the value of the aria-expanded attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaExpandedStatein interfaceSectionRole
-
getAriaLevelProperty
Description copied from interface:RowRoleReturns the value of the aria-level attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaLevelPropertyin interfaceRowRole
-
getAriaSelectedState
Description copied from interface:RowRoleReturns the value of the aria-selected attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaSelectedStatein interfaceRowRole
-
removeAriaActivedescendantProperty
Description copied from interface:GroupRoleRemoves the aria-activedescendant attribute from theelement.- Specified by:
removeAriaActivedescendantPropertyin interfaceGroupRole
-
removeAriaExpandedState
Description copied from interface:SectionRoleRemoves the aria-expanded attribute from theelement.- Specified by:
removeAriaExpandedStatein interfaceSectionRole
-
removeAriaLevelProperty
Description copied from interface:RowRoleRemoves the aria-level attribute from theelement.- Specified by:
removeAriaLevelPropertyin interfaceRowRole
-
removeAriaSelectedState
Description copied from interface:RowRoleRemoves the aria-selected attribute from theelement.- Specified by:
removeAriaSelectedStatein interfaceRowRole
-
setAriaActivedescendantProperty
Description copied from interface:GroupRole- Specified by:
setAriaActivedescendantPropertyin interfaceGroupRole
-
setAriaExpandedState
Description copied from interface:SectionRole- Specified by:
setAriaExpandedStatein interfaceSectionRole
-
setAriaLevelProperty
Description copied from interface:RowRole- Specified by:
setAriaLevelPropertyin interfaceRowRole
-
setAriaSelectedState
Description copied from interface:RowRole- Specified by:
setAriaSelectedStatein interfaceRowRole
-