|
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.SeparatorRoleImpl
class SeparatorRoleImpl
Implements SeparatorRole
.
Constructor Summary | |
---|---|
SeparatorRoleImpl(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 |
getAriaOrientationProperty(Element element)
Returns the value of the aria-orientation attribute for the element or "" if no
such attribute is present. |
void |
removeAriaExpandedState(Element element)
Removes the aria-expanded attribute from the element . |
void |
removeAriaOrientationProperty(Element element)
Removes the aria-orientation attribute from the element . |
void |
setAriaExpandedState(Element element,
ExpandedValue value)
Sets the aria-expanded attribute for the element to the given value . |
void |
setAriaOrientationProperty(Element element,
OrientationValue value)
Sets the aria-orientation 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 |
---|
SeparatorRoleImpl(java.lang.String roleName)
Method Detail |
---|
public java.lang.String getAriaExpandedState(Element element)
SeparatorRole
element
or "" if no
such attribute is present.
getAriaExpandedState
in interface SeparatorRole
public java.lang.String getAriaOrientationProperty(Element element)
SeparatorRole
element
or "" if no
such attribute is present.
getAriaOrientationProperty
in interface SeparatorRole
public void removeAriaExpandedState(Element element)
SeparatorRole
element
.
removeAriaExpandedState
in interface SeparatorRole
public void removeAriaOrientationProperty(Element element)
SeparatorRole
element
.
removeAriaOrientationProperty
in interface SeparatorRole
public void setAriaExpandedState(Element element, ExpandedValue value)
SeparatorRole
element
to the given value
.
setAriaExpandedState
in interface SeparatorRole
public void setAriaOrientationProperty(Element element, OrientationValue value)
SeparatorRole
element
to the given value
.
setAriaOrientationProperty
in interface SeparatorRole
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |