Uses of Class
com.google.gwt.aria.client.SortValue
-
Packages that use SortValue Package Description 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 Modifier and Type Field Description static Attribute<SortValue>Property. SORTMethods in com.google.gwt.aria.client that return SortValue Modifier and Type Method Description static SortValueSortValue. 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 Modifier and Type Method Description voidColumnheaderRole. setAriaSortProperty(Element element, SortValue value)voidColumnheaderRoleImpl. setAriaSortProperty(Element element, SortValue value)voidRowheaderRole. setAriaSortProperty(Element element, SortValue value)voidRowheaderRoleImpl. setAriaSortProperty(Element element, SortValue value)
-