GWT 2.7.0

com.google.gwt.aria.client
Class SpinbuttonRoleImpl

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

 class SpinbuttonRoleImpl
extends RoleImpl
implements SpinbuttonRole

Implements SpinbuttonRole.


Constructor Summary
SpinbuttonRoleImpl(java.lang.String roleName)
           
 
Method Summary
 java.lang.String getAriaRequiredProperty(Element element)
          Returns the value of the aria-required 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 removeAriaRequiredProperty(Element element)
          Removes the aria-required 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 setAriaRequiredProperty(Element element, boolean value)
          Sets the aria-required 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, 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
 

Constructor Detail

SpinbuttonRoleImpl

SpinbuttonRoleImpl(java.lang.String roleName)
Method Detail

getAriaRequiredProperty

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

Specified by:
getAriaRequiredProperty in interface SpinbuttonRole

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

removeAriaRequiredProperty

public void removeAriaRequiredProperty(Element element)
Description copied from interface: SpinbuttonRole
Removes the aria-required attribute from the element.

Specified by:
removeAriaRequiredProperty in interface SpinbuttonRole

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

setAriaRequiredProperty

public void setAriaRequiredProperty(Element element,
                                    boolean value)
Description copied from interface: SpinbuttonRole
Sets the aria-required attribute for the element to the given value.

Specified by:
setAriaRequiredProperty in interface SpinbuttonRole

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