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
Implements ScrollbarRole.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAriaControlsProperty(Element element) Returns the value of the aria-controls attribute for theelementor "" if no such attribute is present.getAriaOrientationProperty(Element element) Returns the value of the aria-orientation attribute for theelementor "" if no such attribute is present.getAriaValuemaxProperty(Element element) Returns the value of the aria-valuemax attribute for theelementor "" if no such attribute is present.getAriaValueminProperty(Element element) Returns the value of the aria-valuemin attribute for theelementor "" if no such attribute is present.getAriaValuenowProperty(Element element) Returns the value of the aria-valuenow attribute for theelementor "" if no such attribute is present.getAriaValuetextProperty(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, Number value) voidsetAriaValueminProperty(Element element, Number value) voidsetAriaValuenowProperty(Element element, Number value) voidsetAriaValuetextProperty(Element element, 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, 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, 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
-
Constructor Details
-
ScrollbarRoleImpl
ScrollbarRoleImpl(String roleName)
-
-
Method Details
-
getAriaControlsProperty
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
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
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
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
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
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
Description copied from interface:RoleRemoves the aria-controls attribute from theelement.- Specified by:
removeAriaControlsPropertyin interfaceRole- Overrides:
removeAriaControlsPropertyin classRoleImpl
-
removeAriaOrientationProperty
Description copied from interface:ScrollbarRoleRemoves the aria-orientation attribute from theelement.- Specified by:
removeAriaOrientationPropertyin interfaceScrollbarRole
-
removeAriaValuemaxProperty
Description copied from interface:RangeRoleRemoves the aria-valuemax attribute from theelement.- Specified by:
removeAriaValuemaxPropertyin interfaceRangeRole
-
removeAriaValueminProperty
Description copied from interface:RangeRoleRemoves the aria-valuemin attribute from theelement.- Specified by:
removeAriaValueminPropertyin interfaceRangeRole
-
removeAriaValuenowProperty
Description copied from interface:RangeRoleRemoves the aria-valuenow attribute from theelement.- Specified by:
removeAriaValuenowPropertyin interfaceRangeRole
-
removeAriaValuetextProperty
Description copied from interface:RangeRoleRemoves the aria-valuetext attribute from theelement.- Specified by:
removeAriaValuetextPropertyin interfaceRangeRole
-
setAriaControlsProperty
Description copied from interface:Role- Specified by:
setAriaControlsPropertyin interfaceRole- Overrides:
setAriaControlsPropertyin classRoleImpl
-
setAriaOrientationProperty
Description copied from interface:ScrollbarRole- Specified by:
setAriaOrientationPropertyin interfaceScrollbarRole
-
setAriaValuemaxProperty
Description copied from interface:RangeRole- Specified by:
setAriaValuemaxPropertyin interfaceRangeRole
-
setAriaValueminProperty
Description copied from interface:RangeRole- Specified by:
setAriaValueminPropertyin interfaceRangeRole
-
setAriaValuenowProperty
Description copied from interface:RangeRole- Specified by:
setAriaValuenowPropertyin interfaceRangeRole
-
setAriaValuetextProperty
Description copied from interface:RangeRole- Specified by:
setAriaValuetextPropertyin interfaceRangeRole
-