GWT 2.7.0

Uses of Class
com.google.gwt.aria.client.SortValue

Packages that use SortValue
com.google.gwt.aria.client   
 

Uses of SortValue in com.google.gwt.aria.client
 

Fields in com.google.gwt.aria.client with type parameters of type SortValue
static Attribute<SortValue> Property.SORT
           
 

Methods in com.google.gwt.aria.client that return SortValue
static SortValue SortValue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SortValue[] SortValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.aria.client with parameters of type SortValue
 void RowheaderRoleImpl.setAriaSortProperty(Element element, SortValue value)
           
 void RowheaderRole.setAriaSortProperty(Element element, SortValue value)
          Sets the aria-sort attribute for the element to the given value.
 void ColumnheaderRoleImpl.setAriaSortProperty(Element element, SortValue value)
           
 void ColumnheaderRole.setAriaSortProperty(Element element, SortValue value)
          Sets the aria-sort attribute for the element to the given value.
 


GWT 2.7.0