public interface AttributeWriteAriaAutocomplete extends AttributeReadAriaAutocomplete
autocomplete
attribute of an
object.HTML_ATTRIBUTE_ARIA_AUTOCOMPLETE
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
void |
setAutocomplete(AriaAutocomplete autocomplete)
This method sets the
autocomplete attribute of this object. |
getAutocomplete
void setAutocomplete(AriaAutocomplete autocomplete)
autocomplete
attribute of this object.autocomplete
- is the new value of AttributeReadAriaAutocomplete.getAutocomplete()
. May be null
to unset.Copyright © 2001–2016 mmm-Team. All rights reserved.