|
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.CheckboxRoleImpl
class CheckboxRoleImpl
Implements CheckboxRole
.
Constructor Summary | |
---|---|
CheckboxRoleImpl(java.lang.String roleName)
|
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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
CheckboxRoleImpl(java.lang.String roleName)
Method Detail |
---|
public java.lang.String getAriaCheckedState(Element element)
CheckboxRole
element
or "" if no
such attribute is present.
getAriaCheckedState
in interface CheckboxRole
public void removeAriaCheckedState(Element element)
CheckboxRole
element
.
removeAriaCheckedState
in interface CheckboxRole
public void setAriaCheckedState(Element element, CheckedValue value)
CheckboxRole
element
to the given value
.
setAriaCheckedState
in interface CheckboxRole
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |