GWT 2.7.0

com.google.gwt.aria.client
Class ScrollbarRoleImpl

java.lang.Object
  extended by com.google.gwt.aria.client.RoleImpl
      extended by com.google.gwt.aria.client.ScrollbarRoleImpl
All Implemented Interfaces:
InputRole, RangeRole, Role, ScrollbarRole, WidgetRole

 class ScrollbarRoleImpl
extends RoleImpl
implements ScrollbarRole

Implements ScrollbarRole.


Constructor Summary
ScrollbarRoleImpl(java.lang.String roleName)
           
 
Method Summary
 java.lang.String getAriaControlsProperty(Element element)
          Returns the value of the aria-controls attribute for the element or "" if no such attribute is present.
 java.lang.String getAriaOrientationProperty(Element element)
          Returns the value of the aria-orientation attribute for the element or "" if no such attribute is present.
 java.lang.String getAriaValuemaxProperty(Element element)
          Returns the value of the aria-valuemax attribute for the element or "" if no such attribute is present.
 java.lang.String getAriaValueminProperty(Element element)
          Returns the value of the aria-valuemin attribute for the element or "" if no such attribute is present.
 java.lang.String getAriaValuenowProperty(Element element)
          Returns the value of the aria-valuenow attribute for the element or "" if no such attribute is present.
 java.lang.String getAriaValuetextProperty(Element element)
          Returns the value of the aria-valuetext attribute for the element or "" if no such attribute is present.
 void removeAriaControlsProperty(Element element)
          Removes the aria-controls attribute from the element.
 void removeAriaOrientationProperty(Element element)
          Removes the aria-orientation attribute from the element.
 void removeAriaValuemaxProperty(Element element)
          Removes the aria-valuemax attribute from the element.
 void removeAriaValueminProperty(Element element)
          Removes the aria-valuemin attribute from the element.
 void removeAriaValuenowProperty(Element element)
          Removes the aria-valuenow attribute from the element.
 void removeAriaValuetextProperty(Element element)
          Removes the aria-valuetext attribute from the element.
 void setAriaControlsProperty(Element element, Id... value)
          Sets the aria-controls attribute for the element to the given value.
 void setAriaOrientationProperty(Element element, OrientationValue value)
          Sets the aria-orientation attribute for the element to the given value.
 void setAriaValuemaxProperty(Element element, java.lang.Number value)
          Sets the aria-valuemax attribute for the element to the given value.
 void setAriaValueminProperty(Element element, java.lang.Number value)
          Sets the aria-valuemin attribute for the element to the given value.
 void setAriaValuenowProperty(Element element, java.lang.Number value)
          Sets the aria-valuenow attribute for the element to the given value.
 void setAriaValuetextProperty(Element element, java.lang.String value)
          Sets the aria-valuetext attribute for the element to the given 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
 

Constructor Detail

ScrollbarRoleImpl

ScrollbarRoleImpl(java.lang.String roleName)
Method Detail

getAriaControlsProperty

public java.lang.String getAriaControlsProperty(Element element)
Description copied from interface: Role
Returns the value of the aria-controls attribute for the element or "" if no such attribute is present.

Specified by:
getAriaControlsProperty in interface Role
Overrides:
getAriaControlsProperty in class RoleImpl

getAriaOrientationProperty

public java.lang.String getAriaOrientationProperty(Element element)
Description copied from interface: ScrollbarRole
Returns the value of the aria-orientation attribute for the element or "" if no such attribute is present.

Specified by:
getAriaOrientationProperty in interface ScrollbarRole

getAriaValuemaxProperty

public java.lang.String getAriaValuemaxProperty(Element element)
Description copied from interface: RangeRole
Returns the value of the aria-valuemax attribute for the element or "" if no such attribute is present.

Specified by:
getAriaValuemaxProperty in interface RangeRole

getAriaValueminProperty

public java.lang.String getAriaValueminProperty(Element element)
Description copied from interface: RangeRole
Returns the value of the aria-valuemin attribute for the element or "" if no such attribute is present.

Specified by:
getAriaValueminProperty in interface RangeRole

getAriaValuenowProperty

public java.lang.String getAriaValuenowProperty(Element element)
Description copied from interface: RangeRole
Returns the value of the aria-valuenow attribute for the element or "" if no such attribute is present.

Specified by:
getAriaValuenowProperty in interface RangeRole

getAriaValuetextProperty

public java.lang.String getAriaValuetextProperty(Element element)
Description copied from interface: RangeRole
Returns the value of the aria-valuetext attribute for the element or "" if no such attribute is present.

Specified by:
getAriaValuetextProperty in interface RangeRole

removeAriaControlsProperty

public void removeAriaControlsProperty(Element element)
Description copied from interface: Role
Removes the aria-controls attribute from the element.

Specified by:
removeAriaControlsProperty in interface Role
Overrides:
removeAriaControlsProperty in class RoleImpl

removeAriaOrientationProperty

public void removeAriaOrientationProperty(Element element)
Description copied from interface: ScrollbarRole
Removes the aria-orientation attribute from the element.

Specified by:
removeAriaOrientationProperty in interface ScrollbarRole

removeAriaValuemaxProperty

public void removeAriaValuemaxProperty(Element element)
Description copied from interface: RangeRole
Removes the aria-valuemax attribute from the element.

Specified by:
removeAriaValuemaxProperty in interface RangeRole

removeAriaValueminProperty

public void removeAriaValueminProperty(Element element)
Description copied from interface: RangeRole
Removes the aria-valuemin attribute from the element.

Specified by:
removeAriaValueminProperty in interface RangeRole

removeAriaValuenowProperty

public void removeAriaValuenowProperty(Element element)
Description copied from interface: RangeRole
Removes the aria-valuenow attribute from the element.

Specified by:
removeAriaValuenowProperty in interface RangeRole

removeAriaValuetextProperty

public void removeAriaValuetextProperty(Element element)
Description copied from interface: RangeRole
Removes the aria-valuetext attribute from the element.

Specified by:
removeAriaValuetextProperty in interface RangeRole

setAriaControlsProperty

public void setAriaControlsProperty(Element element,
                                    Id... value)
Description copied from interface: Role
Sets the aria-controls attribute for the element to the given value.

Specified by:
setAriaControlsProperty in interface Role
Overrides:
setAriaControlsProperty in class RoleImpl

setAriaOrientationProperty

public void setAriaOrientationProperty(Element element,
                                       OrientationValue value)
Description copied from interface: ScrollbarRole
Sets the aria-orientation attribute for the element to the given value.

Specified by:
setAriaOrientationProperty in interface ScrollbarRole

setAriaValuemaxProperty

public void setAriaValuemaxProperty(Element element,
                                    java.lang.Number value)
Description copied from interface: RangeRole
Sets the aria-valuemax attribute for the element to the given value.

Specified by:
setAriaValuemaxProperty in interface RangeRole

setAriaValueminProperty

public void setAriaValueminProperty(Element element,
                                    java.lang.Number value)
Description copied from interface: RangeRole
Sets the aria-valuemin attribute for the element to the given value.

Specified by:
setAriaValueminProperty in interface RangeRole

setAriaValuenowProperty

public void setAriaValuenowProperty(Element element,
                                    java.lang.Number value)
Description copied from interface: RangeRole
Sets the aria-valuenow attribute for the element to the given value.

Specified by:
setAriaValuenowProperty in interface RangeRole

setAriaValuetextProperty

public void setAriaValuetextProperty(Element element,
                                     java.lang.String value)
Description copied from interface: RangeRole
Sets the aria-valuetext attribute for the element to the given value.

Specified by:
setAriaValuetextProperty in interface RangeRole

GWT 2.7.0