GWT 2.7.0

com.google.gwt.aria.client
Class ProgressbarRoleImpl

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

 class ProgressbarRoleImpl
extends RoleImpl
implements ProgressbarRole

Implements ProgressbarRole.


Constructor Summary
ProgressbarRoleImpl(java.lang.String roleName)
           
 
Method Summary
 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 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 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

ProgressbarRoleImpl

ProgressbarRoleImpl(java.lang.String roleName)
Method Detail

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

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

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