Uses of Enum
com.google.gwt.aria.client.AutocompleteValue
-
Uses of AutocompleteValue in com.google.gwt.aria.client
Modifier and TypeMethodDescriptionstatic AutocompleteValue
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.Modifier and TypeMethodDescriptionvoid
ComboboxRole.setAriaAutocompleteProperty
(Element element, AutocompleteValue value) void
ComboboxRoleImpl.setAriaAutocompleteProperty
(Element element, AutocompleteValue value) void
TextboxRole.setAriaAutocompleteProperty
(Element element, AutocompleteValue value) void
TextboxRoleImpl.setAriaAutocompleteProperty
(Element element, AutocompleteValue value)