|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupRole
A type that represents the group role in the ARIA specification.
Role
,
Roles
Method Summary | |
---|---|
java.lang.String |
getAriaActivedescendantProperty(Element element)
Returns the value of the aria-activedescendant attribute for the element or "" if no
such attribute is present. |
void |
removeAriaActivedescendantProperty(Element element)
Removes the aria-activedescendant attribute from the element . |
void |
setAriaActivedescendantProperty(Element element,
Id value)
Sets the aria-activedescendant attribute for the element to the given value . |
Methods inherited from interface com.google.gwt.aria.client.SectionRole |
---|
getAriaExpandedState, removeAriaExpandedState, setAriaExpandedState |
Method Detail |
---|
java.lang.String getAriaActivedescendantProperty(Element element)
element
or "" if no
such attribute is present.
void removeAriaActivedescendantProperty(Element element)
element
.
void setAriaActivedescendantProperty(Element element, Id 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 |