|
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.GridRoleImpl
class GridRoleImpl
Implements GridRole
.
Constructor Summary | |
---|---|
GridRoleImpl(java.lang.String roleName)
|
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. |
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 |
getAriaMultiselectableProperty(Element element)
Returns the value of the aria-multiselectable attribute for the element or "" if no
such attribute is present. |
java.lang.String |
getAriaReadonlyProperty(Element element)
Returns the value of the aria-readonly attribute for the element or "" if no
such attribute is present. |
void |
removeAriaActivedescendantProperty(Element element)
Removes the aria-activedescendant attribute from the element . |
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 |
removeAriaMultiselectableProperty(Element element)
Removes the aria-multiselectable attribute from the element . |
void |
removeAriaReadonlyProperty(Element element)
Removes the aria-readonly attribute from the element . |
void |
setAriaActivedescendantProperty(Element element,
Id value)
Sets the aria-activedescendant attribute for the element to the given value . |
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 |
setAriaMultiselectableProperty(Element element,
boolean value)
Sets the aria-multiselectable attribute for the element to the given value . |
void |
setAriaReadonlyProperty(Element element,
boolean value)
Sets the aria-readonly 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 |
---|
GridRoleImpl(java.lang.String roleName)
Method Detail |
---|
public java.lang.String getAriaActivedescendantProperty(Element element)
CompositeRole
element
or "" if no
such attribute is present.
getAriaActivedescendantProperty
in interface CompositeRole
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)
GridRole
element
or "" if no
such attribute is present.
getAriaLevelProperty
in interface GridRole
public java.lang.String getAriaMultiselectableProperty(Element element)
GridRole
element
or "" if no
such attribute is present.
getAriaMultiselectableProperty
in interface GridRole
public java.lang.String getAriaReadonlyProperty(Element element)
GridRole
element
or "" if no
such attribute is present.
getAriaReadonlyProperty
in interface GridRole
public void removeAriaActivedescendantProperty(Element element)
CompositeRole
element
.
removeAriaActivedescendantProperty
in interface CompositeRole
public void removeAriaExpandedState(Element element)
SectionRole
element
.
removeAriaExpandedState
in interface SectionRole
public void removeAriaLevelProperty(Element element)
GridRole
element
.
removeAriaLevelProperty
in interface GridRole
public void removeAriaMultiselectableProperty(Element element)
GridRole
element
.
removeAriaMultiselectableProperty
in interface GridRole
public void removeAriaReadonlyProperty(Element element)
GridRole
element
.
removeAriaReadonlyProperty
in interface GridRole
public void setAriaActivedescendantProperty(Element element, Id value)
CompositeRole
element
to the given value
.
setAriaActivedescendantProperty
in interface CompositeRole
public void setAriaExpandedState(Element element, ExpandedValue value)
SectionRole
element
to the given value
.
setAriaExpandedState
in interface SectionRole
public void setAriaLevelProperty(Element element, int value)
GridRole
element
to the given value
.
setAriaLevelProperty
in interface GridRole
public void setAriaMultiselectableProperty(Element element, boolean value)
GridRole
element
to the given value
.
setAriaMultiselectableProperty
in interface GridRole
public void setAriaReadonlyProperty(Element element, boolean value)
GridRole
element
to the given value
.
setAriaReadonlyProperty
in interface GridRole
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |