|
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.ScrollbarRoleImpl
class ScrollbarRoleImpl
Implements ScrollbarRole
.
Constructor Summary | |
---|---|
ScrollbarRoleImpl(java.lang.String roleName)
|
Method Summary | |
---|---|
java.lang.String |
getAriaControlsProperty(Element element)
Returns the value of the aria-controls attribute for the element or "" if no
such attribute is present. |
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 |
removeAriaControlsProperty(Element element)
Removes the aria-controls attribute from the element . |
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 |
setAriaControlsProperty(Element element,
Id... value)
Sets the aria-controls attribute for the element to the given value . |
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 |
---|
ScrollbarRoleImpl(java.lang.String roleName)
Method Detail |
---|
public java.lang.String getAriaControlsProperty(Element element)
Role
element
or "" if no
such attribute is present.
getAriaControlsProperty
in interface Role
getAriaControlsProperty
in class RoleImpl
public java.lang.String getAriaOrientationProperty(Element element)
ScrollbarRole
element
or "" if no
such attribute is present.
getAriaOrientationProperty
in interface ScrollbarRole
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 removeAriaControlsProperty(Element element)
Role
element
.
removeAriaControlsProperty
in interface Role
removeAriaControlsProperty
in class RoleImpl
public void removeAriaOrientationProperty(Element element)
ScrollbarRole
element
.
removeAriaOrientationProperty
in interface ScrollbarRole
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 setAriaControlsProperty(Element element, Id... value)
Role
element
to the given value
.
setAriaControlsProperty
in interface Role
setAriaControlsProperty
in class RoleImpl
public void setAriaOrientationProperty(Element element, OrientationValue value)
ScrollbarRole
element
to the given value
.
setAriaOrientationProperty
in interface ScrollbarRole
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 |