|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ButtonRole
A type that represents the button role in the ARIA specification.
Role
,
Roles
Method Summary | |
---|---|
java.lang.String |
getAriaExpandedState(Element element)
Returns the value of the aria-expanded attribute for the element or "" if no
such attribute is present. |
java.lang.String |
getAriaPressedState(Element element)
Returns the value of the aria-pressed attribute for the element or "" if no
such attribute is present. |
void |
removeAriaExpandedState(Element element)
Removes the aria-expanded attribute from the element . |
void |
removeAriaPressedState(Element element)
Removes the aria-pressed attribute from the element . |
void |
setAriaExpandedState(Element element,
ExpandedValue value)
Sets the aria-expanded attribute for the element to the given value . |
void |
setAriaPressedState(Element element,
PressedValue value)
Sets the aria-pressed attribute for the element to the given value . |
Method Detail |
---|
java.lang.String getAriaExpandedState(Element element)
element
or "" if no
such attribute is present.
java.lang.String getAriaPressedState(Element element)
element
or "" if no
such attribute is present.
void removeAriaExpandedState(Element element)
element
.
void removeAriaPressedState(Element element)
element
.
void setAriaExpandedState(Element element, ExpandedValue value)
element
to the given value
.
void setAriaPressedState(Element element, PressedValue 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 |