|
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.ListitemRoleImpl
class ListitemRoleImpl
Implements ListitemRole
.
Constructor Summary | |
---|---|
ListitemRoleImpl(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 |
getAriaLevelProperty(Element element)
Returns the value of the aria-level 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 |
getAriaSetsizeProperty(Element element)
Returns the value of the aria-setsize attribute for the element or "" if no
such attribute is present. |
void |
removeAriaExpandedState(Element element)
Removes the aria-expanded attribute from the element . |
void |
removeAriaLevelProperty(Element element)
Removes the aria-level attribute from the element . |
void |
removeAriaPosinsetProperty(Element element)
Removes the aria-posinset attribute from the element . |
void |
removeAriaSetsizeProperty(Element element)
Removes the aria-setsize attribute from the element . |
void |
setAriaExpandedState(Element element,
ExpandedValue value)
Sets the aria-expanded attribute for the element to the given value . |
void |
setAriaLevelProperty(Element element,
int value)
Sets the aria-level 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 |
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 |
---|
ListitemRoleImpl(java.lang.String roleName)
Method Detail |
---|
public java.lang.String getAriaExpandedState(Element element)
SectionRole
element
or "" if no
such attribute is present.
getAriaExpandedState
in interface SectionRole
public java.lang.String getAriaLevelProperty(Element element)
ListitemRole
element
or "" if no
such attribute is present.
getAriaLevelProperty
in interface ListitemRole
public java.lang.String getAriaPosinsetProperty(Element element)
ListitemRole
element
or "" if no
such attribute is present.
getAriaPosinsetProperty
in interface ListitemRole
public java.lang.String getAriaSetsizeProperty(Element element)
ListitemRole
element
or "" if no
such attribute is present.
getAriaSetsizeProperty
in interface ListitemRole
public void removeAriaExpandedState(Element element)
SectionRole
element
.
removeAriaExpandedState
in interface SectionRole
public void removeAriaLevelProperty(Element element)
ListitemRole
element
.
removeAriaLevelProperty
in interface ListitemRole
public void removeAriaPosinsetProperty(Element element)
ListitemRole
element
.
removeAriaPosinsetProperty
in interface ListitemRole
public void removeAriaSetsizeProperty(Element element)
ListitemRole
element
.
removeAriaSetsizeProperty
in interface ListitemRole
public void setAriaExpandedState(Element element, ExpandedValue value)
SectionRole
element
to the given value
.
setAriaExpandedState
in interface SectionRole
public void setAriaLevelProperty(Element element, int value)
ListitemRole
element
to the given value
.
setAriaLevelProperty
in interface ListitemRole
public void setAriaPosinsetProperty(Element element, int value)
ListitemRole
element
to the given value
.
setAriaPosinsetProperty
in interface ListitemRole
public void setAriaSetsizeProperty(Element element, int value)
ListitemRole
element
to the given value
.
setAriaSetsizeProperty
in interface ListitemRole
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |