|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.aria.client.RoleImpl com.google.gwt.aria.client.SliderRoleImpl
class SliderRoleImpl
Implements SliderRole
.
Constructor Summary | |
---|---|
SliderRoleImpl(java.lang.String roleName)
|
Method Summary | |
---|---|
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 |
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 |
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
SliderRoleImpl(java.lang.String roleName)
Method Detail |
---|
public java.lang.String getAriaOrientationProperty(Element element)
SliderRole
element
or "" if no
such attribute is present.
getAriaOrientationProperty
in interface SliderRole
public java.lang.String getAriaValuemaxProperty(Element element)
RangeRole
element
or "" if no
such attribute is present.
getAriaValuemaxProperty
in interface RangeRole
public java.lang.String getAriaValueminProperty(Element element)
RangeRole
element
or "" if no
such attribute is present.
getAriaValueminProperty
in interface RangeRole
public java.lang.String getAriaValuenowProperty(Element element)
RangeRole
element
or "" if no
such attribute is present.
getAriaValuenowProperty
in interface RangeRole
public java.lang.String getAriaValuetextProperty(Element element)
RangeRole
element
or "" if no
such attribute is present.
getAriaValuetextProperty
in interface RangeRole
public void removeAriaOrientationProperty(Element element)
SliderRole
element
.
removeAriaOrientationProperty
in interface SliderRole
public void removeAriaValuemaxProperty(Element element)
RangeRole
element
.
removeAriaValuemaxProperty
in interface RangeRole
public void removeAriaValueminProperty(Element element)
RangeRole
element
.
removeAriaValueminProperty
in interface RangeRole
public void removeAriaValuenowProperty(Element element)
RangeRole
element
.
removeAriaValuenowProperty
in interface RangeRole
public void removeAriaValuetextProperty(Element element)
RangeRole
element
.
removeAriaValuetextProperty
in interface RangeRole
public void setAriaOrientationProperty(Element element, OrientationValue value)
SliderRole
element
to the given value
.
setAriaOrientationProperty
in interface SliderRole
public void setAriaValuemaxProperty(Element element, java.lang.Number value)
RangeRole
element
to the given value
.
setAriaValuemaxProperty
in interface RangeRole
public void setAriaValueminProperty(Element element, java.lang.Number value)
RangeRole
element
to the given value
.
setAriaValueminProperty
in interface RangeRole
public void setAriaValuenowProperty(Element element, java.lang.Number value)
RangeRole
element
to the given value
.
setAriaValuenowProperty
in interface RangeRole
public void setAriaValuetextProperty(Element element, java.lang.String value)
RangeRole
element
to the given value
.
setAriaValuetextProperty
in interface RangeRole
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |