|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CheckboxRole
A type that represents the checkbox role in the ARIA specification.
Role
,
Roles
Method Summary | |
---|---|
java.lang.String |
getAriaCheckedState(Element element)
Returns the value of the aria-checked attribute for the element or "" if no
such attribute is present. |
void |
removeAriaCheckedState(Element element)
Removes the aria-checked attribute from the element . |
void |
setAriaCheckedState(Element element,
CheckedValue value)
Sets the aria-checked attribute for the element to the given value . |
Method Detail |
---|
java.lang.String getAriaCheckedState(Element element)
element
or "" if no
such attribute is present.
void removeAriaCheckedState(Element element)
element
.
void setAriaCheckedState(Element element, CheckedValue 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 |