Package com.google.gwt.aria.client
Class TreegridRoleImpl
- java.lang.Object
-
- com.google.gwt.aria.client.RoleImpl
-
- com.google.gwt.aria.client.TreegridRoleImpl
-
- All Implemented Interfaces:
CompositeRole,GridRole,GroupRole,InputRole,RegionRole,Role,SectionRole,SelectRole,StructureRole,TreegridRole,TreeRole,WidgetRole
class TreegridRoleImpl extends RoleImpl implements TreegridRole
Implements
TreegridRole.
-
-
Constructor Summary
Constructors Constructor Description TreegridRoleImpl(java.lang.String roleName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAriaActivedescendantProperty(Element element)Returns the value of the aria-activedescendant 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.StringgetAriaMultiselectableProperty(Element element)Returns the value of the aria-multiselectable attribute for theelementor "" if no such attribute is present.java.lang.StringgetAriaReadonlyProperty(Element element)Returns the value of the aria-readonly attribute for theelementor "" if no such attribute is present.java.lang.StringgetAriaRequiredProperty(Element element)Returns the value of the aria-required attribute for theelementor "" if no such attribute is present.voidremoveAriaActivedescendantProperty(Element element)Removes 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.voidremoveAriaMultiselectableProperty(Element element)Removes the aria-multiselectable attribute from theelement.voidremoveAriaReadonlyProperty(Element element)Removes the aria-readonly attribute from theelement.voidremoveAriaRequiredProperty(Element element)Removes the aria-required attribute from theelement.voidsetAriaActivedescendantProperty(Element element, Id value)voidsetAriaExpandedState(Element element, ExpandedValue value)voidsetAriaLevelProperty(Element element, int value)voidsetAriaMultiselectableProperty(Element element, boolean value)voidsetAriaReadonlyProperty(Element element, boolean value)voidsetAriaRequiredProperty(Element element, boolean 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
-
getAriaActivedescendantProperty
public java.lang.String getAriaActivedescendantProperty(Element element)
Description copied from interface:CompositeRoleReturns the value of the aria-activedescendant attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaActivedescendantPropertyin interfaceCompositeRole- Specified by:
getAriaActivedescendantPropertyin interfaceGroupRole
-
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:GridRoleReturns the value of the aria-level attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaLevelPropertyin interfaceGridRole
-
getAriaMultiselectableProperty
public java.lang.String getAriaMultiselectableProperty(Element element)
Description copied from interface:GridRoleReturns the value of the aria-multiselectable attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaMultiselectablePropertyin interfaceGridRole- Specified by:
getAriaMultiselectablePropertyin interfaceTreeRole
-
getAriaReadonlyProperty
public java.lang.String getAriaReadonlyProperty(Element element)
Description copied from interface:GridRoleReturns the value of the aria-readonly attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaReadonlyPropertyin interfaceGridRole
-
getAriaRequiredProperty
public java.lang.String getAriaRequiredProperty(Element element)
Description copied from interface:TreeRoleReturns the value of the aria-required attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaRequiredPropertyin interfaceTreeRole
-
removeAriaActivedescendantProperty
public void removeAriaActivedescendantProperty(Element element)
Description copied from interface:CompositeRoleRemoves the aria-activedescendant attribute from theelement.- Specified by:
removeAriaActivedescendantPropertyin interfaceCompositeRole- Specified by:
removeAriaActivedescendantPropertyin interfaceGroupRole
-
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:GridRoleRemoves the aria-level attribute from theelement.- Specified by:
removeAriaLevelPropertyin interfaceGridRole
-
removeAriaMultiselectableProperty
public void removeAriaMultiselectableProperty(Element element)
Description copied from interface:GridRoleRemoves the aria-multiselectable attribute from theelement.- Specified by:
removeAriaMultiselectablePropertyin interfaceGridRole- Specified by:
removeAriaMultiselectablePropertyin interfaceTreeRole
-
removeAriaReadonlyProperty
public void removeAriaReadonlyProperty(Element element)
Description copied from interface:GridRoleRemoves the aria-readonly attribute from theelement.- Specified by:
removeAriaReadonlyPropertyin interfaceGridRole
-
removeAriaRequiredProperty
public void removeAriaRequiredProperty(Element element)
Description copied from interface:TreeRoleRemoves the aria-required attribute from theelement.- Specified by:
removeAriaRequiredPropertyin interfaceTreeRole
-
setAriaActivedescendantProperty
public void setAriaActivedescendantProperty(Element element, Id value)
Description copied from interface:CompositeRole- Specified by:
setAriaActivedescendantPropertyin interfaceCompositeRole- Specified by:
setAriaActivedescendantPropertyin interfaceGroupRole
-
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:GridRole- Specified by:
setAriaLevelPropertyin interfaceGridRole
-
setAriaMultiselectableProperty
public void setAriaMultiselectableProperty(Element element, boolean value)
Description copied from interface:GridRole- Specified by:
setAriaMultiselectablePropertyin interfaceGridRole- Specified by:
setAriaMultiselectablePropertyin interfaceTreeRole
-
setAriaReadonlyProperty
public void setAriaReadonlyProperty(Element element, boolean value)
Description copied from interface:GridRole- Specified by:
setAriaReadonlyPropertyin interfaceGridRole
-
setAriaRequiredProperty
public void setAriaRequiredProperty(Element element, boolean value)
Description copied from interface:TreeRole- Specified by:
setAriaRequiredPropertyin interfaceTreeRole
-
-