|
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.OptionRoleImpl
class OptionRoleImpl
Implements OptionRole
.
Constructor Summary | |
---|---|
OptionRoleImpl(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. |
java.lang.String |
getAriaPosinsetProperty(Element element)
Returns the value of the aria-posinset attribute for the element or "" if no
such attribute is present. |
java.lang.String |
getAriaSelectedState(Element element)
Returns the value of the aria-selected attribute for the element or "" if no
such attribute is present. |
java.lang.String |
getAriaSetsizeProperty(Element element)
Returns the value of the aria-setsize attribute for the element or "" if no
such attribute is present. |
void |
removeAriaCheckedState(Element element)
Removes the aria-checked attribute from the element . |
void |
removeAriaPosinsetProperty(Element element)
Removes the aria-posinset attribute from the element . |
void |
removeAriaSelectedState(Element element)
Removes the aria-selected attribute from the element . |
void |
removeAriaSetsizeProperty(Element element)
Removes the aria-setsize attribute from the element . |
void |
setAriaCheckedState(Element element,
CheckedValue value)
Sets the aria-checked attribute for the element to the given value . |
void |
setAriaPosinsetProperty(Element element,
int value)
Sets the aria-posinset attribute for the element to the given value . |
void |
setAriaSelectedState(Element element,
SelectedValue value)
Sets the aria-selected attribute for the element to the given value . |
void |
setAriaSetsizeProperty(Element element,
int value)
Sets the aria-setsize 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 |
---|
OptionRoleImpl(java.lang.String roleName)
Method Detail |
---|
public java.lang.String getAriaCheckedState(Element element)
OptionRole
element
or "" if no
such attribute is present.
getAriaCheckedState
in interface OptionRole
public java.lang.String getAriaPosinsetProperty(Element element)
OptionRole
element
or "" if no
such attribute is present.
getAriaPosinsetProperty
in interface OptionRole
public java.lang.String getAriaSelectedState(Element element)
OptionRole
element
or "" if no
such attribute is present.
getAriaSelectedState
in interface OptionRole
public java.lang.String getAriaSetsizeProperty(Element element)
OptionRole
element
or "" if no
such attribute is present.
getAriaSetsizeProperty
in interface OptionRole
public void removeAriaCheckedState(Element element)
OptionRole
element
.
removeAriaCheckedState
in interface OptionRole
public void removeAriaPosinsetProperty(Element element)
OptionRole
element
.
removeAriaPosinsetProperty
in interface OptionRole
public void removeAriaSelectedState(Element element)
OptionRole
element
.
removeAriaSelectedState
in interface OptionRole
public void removeAriaSetsizeProperty(Element element)
OptionRole
element
.
removeAriaSetsizeProperty
in interface OptionRole
public void setAriaCheckedState(Element element, CheckedValue value)
OptionRole
element
to the given value
.
setAriaCheckedState
in interface OptionRole
public void setAriaPosinsetProperty(Element element, int value)
OptionRole
element
to the given value
.
setAriaPosinsetProperty
in interface OptionRole
public void setAriaSelectedState(Element element, SelectedValue value)
OptionRole
element
to the given value
.
setAriaSelectedState
in interface OptionRole
public void setAriaSetsizeProperty(Element element, int value)
OptionRole
element
to the given value
.
setAriaSetsizeProperty
in interface OptionRole
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |