Package com.google.gwt.aria.client
Class ScrollbarRoleImpl
- java.lang.Object
-
- com.google.gwt.aria.client.RoleImpl
-
- com.google.gwt.aria.client.ScrollbarRoleImpl
-
- All Implemented Interfaces:
InputRole,RangeRole,Role,ScrollbarRole,WidgetRole
class ScrollbarRoleImpl extends RoleImpl implements ScrollbarRole
Implements
ScrollbarRole.
-
-
Constructor Summary
Constructors Constructor Description ScrollbarRoleImpl(java.lang.String roleName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAriaControlsProperty(Element element)Returns the value of the aria-controls attribute for theelementor "" if no such attribute is present.java.lang.StringgetAriaOrientationProperty(Element element)Returns the value of the aria-orientation attribute for theelementor "" if no such attribute is present.java.lang.StringgetAriaValuemaxProperty(Element element)Returns the value of the aria-valuemax attribute for theelementor "" if no such attribute is present.java.lang.StringgetAriaValueminProperty(Element element)Returns the value of the aria-valuemin attribute for theelementor "" if no such attribute is present.java.lang.StringgetAriaValuenowProperty(Element element)Returns the value of the aria-valuenow attribute for theelementor "" if no such attribute is present.java.lang.StringgetAriaValuetextProperty(Element element)Returns the value of the aria-valuetext attribute for theelementor "" if no such attribute is present.voidremoveAriaControlsProperty(Element element)Removes the aria-controls attribute from theelement.voidremoveAriaOrientationProperty(Element element)Removes the aria-orientation attribute from theelement.voidremoveAriaValuemaxProperty(Element element)Removes the aria-valuemax attribute from theelement.voidremoveAriaValueminProperty(Element element)Removes the aria-valuemin attribute from theelement.voidremoveAriaValuenowProperty(Element element)Removes the aria-valuenow attribute from theelement.voidremoveAriaValuetextProperty(Element element)Removes the aria-valuetext attribute from theelement.voidsetAriaControlsProperty(Element element, Id... value)voidsetAriaOrientationProperty(Element element, OrientationValue value)voidsetAriaValuemaxProperty(Element element, java.lang.Number value)voidsetAriaValueminProperty(Element element, java.lang.Number value)voidsetAriaValuenowProperty(Element element, java.lang.Number value)voidsetAriaValuetextProperty(Element element, java.lang.String value)-
Methods inherited from class com.google.gwt.aria.client.RoleImpl
getAriaAtomicProperty, getAriaBusyState, getAriaDescribedbyProperty, getAriaDisabledState, getAriaDropeffectProperty, getAriaFlowtoProperty, getAriaGrabbedState, getAriaHaspopupProperty, getAriaHiddenState, getAriaInvalidState, getAriaLabelledbyProperty, getAriaLabelProperty, getAriaLiveProperty, getAriaOwnsProperty, getAriaRelevantProperty, getName, getTabindexExtraAttribute, remove, removeAriaAtomicProperty, removeAriaBusyState, removeAriaDescribedbyProperty, removeAriaDisabledState, removeAriaDropeffectProperty, removeAriaFlowtoProperty, removeAriaGrabbedState, removeAriaHaspopupProperty, removeAriaHiddenState, removeAriaInvalidState, removeAriaLabelledbyProperty, removeAriaLabelProperty, removeAriaLiveProperty, removeAriaOwnsProperty, removeAriaRelevantProperty, removeTabindexExtraAttribute, set, setAriaAtomicProperty, setAriaBusyState, 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, getAriaDescribedbyProperty, getAriaDisabledState, getAriaDropeffectProperty, getAriaFlowtoProperty, getAriaGrabbedState, getAriaHaspopupProperty, getAriaHiddenState, getAriaInvalidState, getAriaLabelledbyProperty, getAriaLabelProperty, getAriaLiveProperty, getAriaOwnsProperty, getAriaRelevantProperty, getName, getTabindexExtraAttribute, remove, removeAriaAtomicProperty, removeAriaBusyState, removeAriaDescribedbyProperty, removeAriaDisabledState, removeAriaDropeffectProperty, removeAriaFlowtoProperty, removeAriaGrabbedState, removeAriaHaspopupProperty, removeAriaHiddenState, removeAriaInvalidState, removeAriaLabelledbyProperty, removeAriaLabelProperty, removeAriaLiveProperty, removeAriaOwnsProperty, removeAriaRelevantProperty, removeTabindexExtraAttribute, set, setAriaAtomicProperty, setAriaBusyState, setAriaDescribedbyProperty, setAriaDisabledState, setAriaDropeffectProperty, setAriaFlowtoProperty, setAriaGrabbedState, setAriaHaspopupProperty, setAriaHiddenState, setAriaInvalidState, setAriaLabelledbyProperty, setAriaLabelProperty, setAriaLiveProperty, setAriaOwnsProperty, setAriaRelevantProperty, setTabindexExtraAttribute
-
-
-
-
Method Detail
-
getAriaControlsProperty
public java.lang.String getAriaControlsProperty(Element element)
Description copied from interface:RoleReturns the value of the aria-controls attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaControlsPropertyin interfaceRole- Overrides:
getAriaControlsPropertyin classRoleImpl
-
getAriaOrientationProperty
public java.lang.String getAriaOrientationProperty(Element element)
Description copied from interface:ScrollbarRoleReturns the value of the aria-orientation attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaOrientationPropertyin interfaceScrollbarRole
-
getAriaValuemaxProperty
public java.lang.String getAriaValuemaxProperty(Element element)
Description copied from interface:RangeRoleReturns the value of the aria-valuemax attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaValuemaxPropertyin interfaceRangeRole
-
getAriaValueminProperty
public java.lang.String getAriaValueminProperty(Element element)
Description copied from interface:RangeRoleReturns the value of the aria-valuemin attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaValueminPropertyin interfaceRangeRole
-
getAriaValuenowProperty
public java.lang.String getAriaValuenowProperty(Element element)
Description copied from interface:RangeRoleReturns the value of the aria-valuenow attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaValuenowPropertyin interfaceRangeRole
-
getAriaValuetextProperty
public java.lang.String getAriaValuetextProperty(Element element)
Description copied from interface:RangeRoleReturns the value of the aria-valuetext attribute for theelementor "" if no such attribute is present.- Specified by:
getAriaValuetextPropertyin interfaceRangeRole
-
removeAriaControlsProperty
public void removeAriaControlsProperty(Element element)
Description copied from interface:RoleRemoves the aria-controls attribute from theelement.- Specified by:
removeAriaControlsPropertyin interfaceRole- Overrides:
removeAriaControlsPropertyin classRoleImpl
-
removeAriaOrientationProperty
public void removeAriaOrientationProperty(Element element)
Description copied from interface:ScrollbarRoleRemoves the aria-orientation attribute from theelement.- Specified by:
removeAriaOrientationPropertyin interfaceScrollbarRole
-
removeAriaValuemaxProperty
public void removeAriaValuemaxProperty(Element element)
Description copied from interface:RangeRoleRemoves the aria-valuemax attribute from theelement.- Specified by:
removeAriaValuemaxPropertyin interfaceRangeRole
-
removeAriaValueminProperty
public void removeAriaValueminProperty(Element element)
Description copied from interface:RangeRoleRemoves the aria-valuemin attribute from theelement.- Specified by:
removeAriaValueminPropertyin interfaceRangeRole
-
removeAriaValuenowProperty
public void removeAriaValuenowProperty(Element element)
Description copied from interface:RangeRoleRemoves the aria-valuenow attribute from theelement.- Specified by:
removeAriaValuenowPropertyin interfaceRangeRole
-
removeAriaValuetextProperty
public void removeAriaValuetextProperty(Element element)
Description copied from interface:RangeRoleRemoves the aria-valuetext attribute from theelement.- Specified by:
removeAriaValuetextPropertyin interfaceRangeRole
-
setAriaControlsProperty
public void setAriaControlsProperty(Element element, Id... value)
Description copied from interface:Role- Specified by:
setAriaControlsPropertyin interfaceRole- Overrides:
setAriaControlsPropertyin classRoleImpl
-
setAriaOrientationProperty
public void setAriaOrientationProperty(Element element, OrientationValue value)
Description copied from interface:ScrollbarRole- Specified by:
setAriaOrientationPropertyin interfaceScrollbarRole
-
setAriaValuemaxProperty
public void setAriaValuemaxProperty(Element element, java.lang.Number value)
Description copied from interface:RangeRole- Specified by:
setAriaValuemaxPropertyin interfaceRangeRole
-
setAriaValueminProperty
public void setAriaValueminProperty(Element element, java.lang.Number value)
Description copied from interface:RangeRole- Specified by:
setAriaValueminPropertyin interfaceRangeRole
-
setAriaValuenowProperty
public void setAriaValuenowProperty(Element element, java.lang.Number value)
Description copied from interface:RangeRole- Specified by:
setAriaValuenowPropertyin interfaceRangeRole
-
setAriaValuetextProperty
public void setAriaValuetextProperty(Element element, java.lang.String value)
Description copied from interface:RangeRole- Specified by:
setAriaValuetextPropertyin interfaceRangeRole
-
-