|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RangeRole
A type that represents the range role in the ARIA specification.
Role
,
Roles
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 . |
Method Detail |
---|
java.lang.String getAriaValuemaxProperty(Element element)
element
or "" if no
such attribute is present.
java.lang.String getAriaValueminProperty(Element element)
element
or "" if no
such attribute is present.
java.lang.String getAriaValuenowProperty(Element element)
element
or "" if no
such attribute is present.
java.lang.String getAriaValuetextProperty(Element element)
element
or "" if no
such attribute is present.
void removeAriaValuemaxProperty(Element element)
element
.
void removeAriaValueminProperty(Element element)
element
.
void removeAriaValuenowProperty(Element element)
element
.
void removeAriaValuetextProperty(Element element)
element
.
void setAriaValuemaxProperty(Element element, java.lang.Number value)
element
to the given value
.
void setAriaValueminProperty(Element element, java.lang.Number value)
element
to the given value
.
void setAriaValuenowProperty(Element element, java.lang.Number value)
element
to the given value
.
void setAriaValuetextProperty(Element element, java.lang.String value)
element
to the given value
.
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |