|
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.SpinbuttonRoleImpl
class SpinbuttonRoleImpl
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
SpinbuttonRoleImpl(java.lang.String roleName)
Method Detail |
---|
public java.lang.String getAriaRequiredProperty(Element element)
SpinbuttonRole
element
or "" if no
such attribute is present.
getAriaRequiredProperty
in interface SpinbuttonRole
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 removeAriaRequiredProperty(Element element)
SpinbuttonRole
element
.
removeAriaRequiredProperty
in interface SpinbuttonRole
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 setAriaRequiredProperty(Element element, boolean value)
SpinbuttonRole
element
to the given value
.
setAriaRequiredProperty
in interface SpinbuttonRole
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 |