Package com.google.gwt.aria.client
Class TreeitemRoleImpl
java.lang.Object
com.google.gwt.aria.client.RoleImpl
com.google.gwt.aria.client.TreeitemRoleImpl
- All Implemented Interfaces:
InputRole,ListitemRole,OptionRole,Role,SectionRole,StructureRole,TreeitemRole,WidgetRole
Implements TreeitemRole.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAriaCheckedState(Element element) Returns the value of the aria-checked 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.getAriaPosinsetProperty(Element element) Returns the value of the aria-posinset 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.getAriaSetsizeProperty(Element element) Returns the value of the aria-setsize attribute for theelementor "" if no such attribute is present.voidremoveAriaCheckedState(Element element) Removes the aria-checked attribute from theelement.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.voidremoveAriaSelectedState(Element element) Removes the aria-selected attribute from theelement.voidremoveAriaSetsizeProperty(Element element) Removes the aria-setsize attribute from theelement.voidsetAriaCheckedState(Element element, CheckedValue value) voidsetAriaExpandedState(Element element, ExpandedValue value) voidsetAriaLevelProperty(Element element, int value) voidsetAriaPosinsetProperty(Element element, int value) voidsetAriaSelectedState(Element element, SelectedValue 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
-
TreeitemRoleImpl
TreeitemRoleImpl(String roleName)
-
-
Method Details
-
getAriaCheckedState
Description copied from interface:OptionRoleReturns the value of the aria-checked attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaCheckedStatein interfaceOptionRole
-
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- Specified by:
getAriaPosinsetPropertyin interfaceOptionRole
-
getAriaSelectedState
Description copied from interface:OptionRoleReturns the value of the aria-selected attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaSelectedStatein interfaceOptionRole
-
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- Specified by:
getAriaSetsizePropertyin interfaceOptionRole
-
removeAriaCheckedState
Description copied from interface:OptionRoleRemoves the aria-checked attribute from theelement.- Specified by:
removeAriaCheckedStatein interfaceOptionRole
-
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- Specified by:
removeAriaPosinsetPropertyin interfaceOptionRole
-
removeAriaSelectedState
Description copied from interface:OptionRoleRemoves the aria-selected attribute from theelement.- Specified by:
removeAriaSelectedStatein interfaceOptionRole
-
removeAriaSetsizeProperty
Description copied from interface:ListitemRoleRemoves the aria-setsize attribute from theelement.- Specified by:
removeAriaSetsizePropertyin interfaceListitemRole- Specified by:
removeAriaSetsizePropertyin interfaceOptionRole
-
setAriaCheckedState
Description copied from interface:OptionRole- Specified by:
setAriaCheckedStatein interfaceOptionRole
-
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- Specified by:
setAriaPosinsetPropertyin interfaceOptionRole
-
setAriaSelectedState
Description copied from interface:OptionRole- Specified by:
setAriaSelectedStatein interfaceOptionRole
-
setAriaSetsizeProperty
Description copied from interface:ListitemRole- Specified by:
setAriaSetsizePropertyin interfaceListitemRole- Specified by:
setAriaSetsizePropertyin interfaceOptionRole
-