|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowheaderRole
A type that represents the rowheader role in the ARIA specification.
Role
,
Roles
Method Summary | |
---|---|
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 |
removeAriaSortProperty(Element element)
Removes the aria-sort attribute from the element . |
void |
setAriaSortProperty(Element element,
SortValue value)
Sets the aria-sort attribute for the element to the given value . |
Methods inherited from interface com.google.gwt.aria.client.GridcellRole |
---|
getAriaReadonlyProperty, getAriaRequiredProperty, getAriaSelectedState, removeAriaReadonlyProperty, removeAriaRequiredProperty, removeAriaSelectedState, setAriaReadonlyProperty, setAriaRequiredProperty, setAriaSelectedState |
Methods inherited from interface com.google.gwt.aria.client.SectionRole |
---|
getAriaExpandedState, removeAriaExpandedState, setAriaExpandedState |
Methods inherited from interface com.google.gwt.aria.client.SectionheadRole |
---|
getAriaExpandedState, removeAriaExpandedState, setAriaExpandedState |
Method Detail |
---|
java.lang.String getAriaSortProperty(Element element)
element
or "" if no
such attribute is present.
void removeAriaSortProperty(Element element)
element
.
void setAriaSortProperty(Element element, SortValue value)
element
to the given value
.
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |