Package com.google.gwt.aria.client
Class ListitemRoleImpl
java.lang.Object
com.google.gwt.aria.client.RoleImpl
com.google.gwt.aria.client.ListitemRoleImpl
- All Implemented Interfaces:
ListitemRole,Role,SectionRole,StructureRole
Implements ListitemRole.
-
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.getAriaLevelProperty(Element element) Returns the value of the aria-level attribute for theelementor "" if no such attribute is present.getAriaPosinsetProperty(Element element) Returns the value of the aria-posinset attribute for theelementor "" if no such attribute is present.getAriaSetsizeProperty(Element element) Returns the value of the aria-setsize attribute for theelementor "" if no such attribute is present.voidremoveAriaExpandedState(Element element) Removes the aria-expanded attribute from theelement.voidremoveAriaLevelProperty(Element element) Removes the aria-level attribute from theelement.voidremoveAriaPosinsetProperty(Element element) Removes the aria-posinset attribute from theelement.voidremoveAriaSetsizeProperty(Element element) Removes the aria-setsize attribute from theelement.voidsetAriaExpandedState(Element element, ExpandedValue value) voidsetAriaLevelProperty(Element element, int value) voidsetAriaPosinsetProperty(Element element, int value) voidsetAriaSetsizeProperty(Element element, int 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
-
ListitemRoleImpl
ListitemRoleImpl(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 interfaceSectionRole
-
getAriaLevelProperty
Description copied from interface:ListitemRoleReturns the value of the aria-level attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaLevelPropertyin interfaceListitemRole
-
getAriaPosinsetProperty
Description copied from interface:ListitemRoleReturns the value of the aria-posinset attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaPosinsetPropertyin interfaceListitemRole
-
getAriaSetsizeProperty
Description copied from interface:ListitemRoleReturns the value of the aria-setsize attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaSetsizePropertyin interfaceListitemRole
-
removeAriaExpandedState
Description copied from interface:SectionRoleRemoves the aria-expanded attribute from theelement.- Specified by:
removeAriaExpandedStatein interfaceSectionRole
-
removeAriaLevelProperty
Description copied from interface:ListitemRoleRemoves the aria-level attribute from theelement.- Specified by:
removeAriaLevelPropertyin interfaceListitemRole
-
removeAriaPosinsetProperty
Description copied from interface:ListitemRoleRemoves the aria-posinset attribute from theelement.- Specified by:
removeAriaPosinsetPropertyin interfaceListitemRole
-
removeAriaSetsizeProperty
Description copied from interface:ListitemRoleRemoves the aria-setsize attribute from theelement.- Specified by:
removeAriaSetsizePropertyin interfaceListitemRole
-
setAriaExpandedState
Description copied from interface:SectionRole- Specified by:
setAriaExpandedStatein interfaceSectionRole
-
setAriaLevelProperty
Description copied from interface:ListitemRole- Specified by:
setAriaLevelPropertyin interfaceListitemRole
-
setAriaPosinsetProperty
Description copied from interface:ListitemRole- Specified by:
setAriaPosinsetPropertyin interfaceListitemRole
-
setAriaSetsizeProperty
Description copied from interface:ListitemRole- Specified by:
setAriaSetsizePropertyin interfaceListitemRole
-