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
class TreeitemRoleImpl extends RoleImpl implements TreeitemRole
Implements
TreeitemRole.
-
-
Constructor Summary
Constructors Constructor Description TreeitemRoleImpl(java.lang.String roleName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAriaCheckedState(Element element)Returns the value of the aria-checked attribute for theelementor "" if no such attribute is present.java.lang.StringgetAriaExpandedState(Element element)Returns the value of the aria-expanded attribute for theelementor "" if no such attribute is present.java.lang.StringgetAriaLevelProperty(Element element)Returns the value of the aria-level attribute for theelementor "" if no such attribute is present.java.lang.StringgetAriaPosinsetProperty(Element element)Returns the value of the aria-posinset attribute for theelementor "" if no such attribute is present.java.lang.StringgetAriaSelectedState(Element element)Returns the value of the aria-selected attribute for theelementor "" if no such attribute is present.java.lang.StringgetAriaSetsizeProperty(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, 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
-
-
-
-
Method Detail
-
getAriaCheckedState
public java.lang.String getAriaCheckedState(Element element)
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
public java.lang.String getAriaExpandedState(Element element)
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
public java.lang.String getAriaLevelProperty(Element element)
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
public java.lang.String getAriaPosinsetProperty(Element element)
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
public java.lang.String getAriaSelectedState(Element element)
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
public java.lang.String getAriaSetsizeProperty(Element element)
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
public void removeAriaCheckedState(Element element)
Description copied from interface:OptionRoleRemoves the aria-checked attribute from theelement.- Specified by:
removeAriaCheckedStatein interfaceOptionRole
-
removeAriaExpandedState
public void removeAriaExpandedState(Element element)
Description copied from interface:SectionRoleRemoves the aria-expanded attribute from theelement.- Specified by:
removeAriaExpandedStatein interfaceSectionRole
-
removeAriaLevelProperty
public void removeAriaLevelProperty(Element element)
Description copied from interface:ListitemRoleRemoves the aria-level attribute from theelement.- Specified by:
removeAriaLevelPropertyin interfaceListitemRole
-
removeAriaPosinsetProperty
public void removeAriaPosinsetProperty(Element element)
Description copied from interface:ListitemRoleRemoves the aria-posinset attribute from theelement.- Specified by:
removeAriaPosinsetPropertyin interfaceListitemRole- Specified by:
removeAriaPosinsetPropertyin interfaceOptionRole
-
removeAriaSelectedState
public void removeAriaSelectedState(Element element)
Description copied from interface:OptionRoleRemoves the aria-selected attribute from theelement.- Specified by:
removeAriaSelectedStatein interfaceOptionRole
-
removeAriaSetsizeProperty
public void removeAriaSetsizeProperty(Element element)
Description copied from interface:ListitemRoleRemoves the aria-setsize attribute from theelement.- Specified by:
removeAriaSetsizePropertyin interfaceListitemRole- Specified by:
removeAriaSetsizePropertyin interfaceOptionRole
-
setAriaCheckedState
public void setAriaCheckedState(Element element, CheckedValue value)
Description copied from interface:OptionRole- Specified by:
setAriaCheckedStatein interfaceOptionRole
-
setAriaExpandedState
public void setAriaExpandedState(Element element, ExpandedValue value)
Description copied from interface:SectionRole- Specified by:
setAriaExpandedStatein interfaceSectionRole
-
setAriaLevelProperty
public void setAriaLevelProperty(Element element, int value)
Description copied from interface:ListitemRole- Specified by:
setAriaLevelPropertyin interfaceListitemRole
-
setAriaPosinsetProperty
public void setAriaPosinsetProperty(Element element, int value)
Description copied from interface:ListitemRole- Specified by:
setAriaPosinsetPropertyin interfaceListitemRole- Specified by:
setAriaPosinsetPropertyin interfaceOptionRole
-
setAriaSelectedState
public void setAriaSelectedState(Element element, SelectedValue value)
Description copied from interface:OptionRole- Specified by:
setAriaSelectedStatein interfaceOptionRole
-
setAriaSetsizeProperty
public void setAriaSetsizeProperty(Element element, int value)
Description copied from interface:ListitemRole- Specified by:
setAriaSetsizePropertyin interfaceListitemRole- Specified by:
setAriaSetsizePropertyin interfaceOptionRole
-
-