|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScrollbarRole
A type that represents the scrollbar role in the ARIA specification.
Role
,
Roles
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. |
void |
removeAriaOrientationProperty(Element element)
Removes the aria-orientation attribute from the element . |
void |
setAriaOrientationProperty(Element element,
OrientationValue value)
Sets the aria-orientation attribute for the element to the given value . |
Methods inherited from interface com.google.gwt.aria.client.RangeRole |
---|
getAriaValuemaxProperty, getAriaValueminProperty, getAriaValuenowProperty, getAriaValuetextProperty, removeAriaValuemaxProperty, removeAriaValueminProperty, removeAriaValuenowProperty, removeAriaValuetextProperty, setAriaValuemaxProperty, setAriaValueminProperty, setAriaValuenowProperty, setAriaValuetextProperty |
Method Detail |
---|
java.lang.String getAriaOrientationProperty(Element element)
element
or "" if no
such attribute is present.
void removeAriaOrientationProperty(Element element)
element
.
void setAriaOrientationProperty(Element element, OrientationValue 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 |