|
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.TabRoleImpl
class TabRoleImpl
Implements TabRole
.
Constructor Summary | |
---|---|
TabRoleImpl(java.lang.String roleName)
|
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 |
getAriaSelectedState(Element element)
Returns the value of the aria-selected attribute for the element or "" if no
such attribute is present. |
void |
removeAriaExpandedState(Element element)
Removes the aria-expanded attribute from the element . |
void |
removeAriaSelectedState(Element element)
Removes the aria-selected attribute from the element . |
void |
setAriaExpandedState(Element element,
ExpandedValue value)
Sets the aria-expanded 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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
TabRoleImpl(java.lang.String roleName)
Method Detail |
---|
public java.lang.String getAriaExpandedState(Element element)
SectionheadRole
element
or "" if no
such attribute is present.
getAriaExpandedState
in interface SectionheadRole
public java.lang.String getAriaSelectedState(Element element)
TabRole
element
or "" if no
such attribute is present.
getAriaSelectedState
in interface TabRole
public void removeAriaExpandedState(Element element)
SectionheadRole
element
.
removeAriaExpandedState
in interface SectionheadRole
public void removeAriaSelectedState(Element element)
TabRole
element
.
removeAriaSelectedState
in interface TabRole
public void setAriaExpandedState(Element element, ExpandedValue value)
SectionheadRole
element
to the given value
.
setAriaExpandedState
in interface SectionheadRole
public void setAriaSelectedState(Element element, SelectedValue value)
TabRole
element
to the given value
.
setAriaSelectedState
in interface TabRole
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |