|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutocompleteValue | |
---|---|
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 | |
---|---|
static Attribute<AutocompleteValue> |
Property.AUTOCOMPLETE
|
Methods in com.google.gwt.aria.client that return AutocompleteValue | |
---|---|
static AutocompleteValue |
AutocompleteValue.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 | |
---|---|
void |
TextboxRoleImpl.setAriaAutocompleteProperty(Element element,
AutocompleteValue value)
|
void |
TextboxRole.setAriaAutocompleteProperty(Element element,
AutocompleteValue value)
Sets the aria-autocomplete attribute for the element to the given value . |
void |
ComboboxRoleImpl.setAriaAutocompleteProperty(Element element,
AutocompleteValue value)
|
void |
ComboboxRole.setAriaAutocompleteProperty(Element element,
AutocompleteValue value)
Sets the aria-autocomplete attribute for the element to the given value . |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |