Uses of Class
com.google.gwt.aria.client.AutocompleteValue
-
Packages that use AutocompleteValue Package Description com.google.gwt.aria.client -
-
Uses of AutocompleteValue in com.google.gwt.aria.client
Fields in com.google.gwt.aria.client with type parameters of type AutocompleteValue Modifier and Type Field Description static Attribute<AutocompleteValue>Property. AUTOCOMPLETEMethods in com.google.gwt.aria.client that return AutocompleteValue Modifier and Type Method Description static AutocompleteValueAutocompleteValue. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AutocompleteValue[]AutocompleteValue. 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 AutocompleteValue Modifier and Type Method Description voidComboboxRole. setAriaAutocompleteProperty(Element element, AutocompleteValue value)voidComboboxRoleImpl. setAriaAutocompleteProperty(Element element, AutocompleteValue value)voidTextboxRole. setAriaAutocompleteProperty(Element element, AutocompleteValue value)voidTextboxRoleImpl. setAriaAutocompleteProperty(Element element, AutocompleteValue value)
-