|
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.RowheaderRoleImpl
class RowheaderRoleImpl
Implements RowheaderRole
.
Constructor Summary | |
---|---|
RowheaderRoleImpl(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 |
getAriaReadonlyProperty(Element element)
Returns the value of the aria-readonly attribute for the element or "" if no
such attribute is present. |
java.lang.String |
getAriaRequiredProperty(Element element)
Returns the value of the aria-required 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. |
java.lang.String |
getAriaSortProperty(Element element)
Returns the value of the aria-sort attribute for the element or "" if no
such attribute is present. |
void |
removeAriaExpandedState(Element element)
Removes the aria-expanded attribute from the element . |
void |
removeAriaReadonlyProperty(Element element)
Removes the aria-readonly attribute from the element . |
void |
removeAriaRequiredProperty(Element element)
Removes the aria-required attribute from the element . |
void |
removeAriaSelectedState(Element element)
Removes the aria-selected attribute from the element . |
void |
removeAriaSortProperty(Element element)
Removes the aria-sort attribute from the element . |
void |
setAriaExpandedState(Element element,
ExpandedValue value)
Sets the aria-expanded 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 . |
void |
setAriaRequiredProperty(Element element,
boolean value)
Sets the aria-required 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 . |
void |
setAriaSortProperty(Element element,
SortValue value)
Sets the aria-sort 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 |
---|
RowheaderRoleImpl(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 SectionheadRole
getAriaExpandedState
in interface SectionRole
public java.lang.String getAriaReadonlyProperty(Element element)
GridcellRole
element
or "" if no
such attribute is present.
getAriaReadonlyProperty
in interface GridcellRole
public java.lang.String getAriaRequiredProperty(Element element)
GridcellRole
element
or "" if no
such attribute is present.
getAriaRequiredProperty
in interface GridcellRole
public java.lang.String getAriaSelectedState(Element element)
GridcellRole
element
or "" if no
such attribute is present.
getAriaSelectedState
in interface GridcellRole
public java.lang.String getAriaSortProperty(Element element)
RowheaderRole
element
or "" if no
such attribute is present.
getAriaSortProperty
in interface RowheaderRole
public void removeAriaExpandedState(Element element)
SectionRole
element
.
removeAriaExpandedState
in interface SectionheadRole
removeAriaExpandedState
in interface SectionRole
public void removeAriaReadonlyProperty(Element element)
GridcellRole
element
.
removeAriaReadonlyProperty
in interface GridcellRole
public void removeAriaRequiredProperty(Element element)
GridcellRole
element
.
removeAriaRequiredProperty
in interface GridcellRole
public void removeAriaSelectedState(Element element)
GridcellRole
element
.
removeAriaSelectedState
in interface GridcellRole
public void removeAriaSortProperty(Element element)
RowheaderRole
element
.
removeAriaSortProperty
in interface RowheaderRole
public void setAriaExpandedState(Element element, ExpandedValue value)
SectionRole
element
to the given value
.
setAriaExpandedState
in interface SectionheadRole
setAriaExpandedState
in interface SectionRole
public void setAriaReadonlyProperty(Element element, boolean value)
GridcellRole
element
to the given value
.
setAriaReadonlyProperty
in interface GridcellRole
public void setAriaRequiredProperty(Element element, boolean value)
GridcellRole
element
to the given value
.
setAriaRequiredProperty
in interface GridcellRole
public void setAriaSelectedState(Element element, SelectedValue value)
GridcellRole
element
to the given value
.
setAriaSelectedState
in interface GridcellRole
public void setAriaSortProperty(Element element, SortValue value)
RowheaderRole
element
to the given value
.
setAriaSortProperty
in interface RowheaderRole
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |