Enum AnyINPUT.Url.Autocomplete

java.lang.Object
java.lang.Enum<AnyINPUT.Url.Autocomplete>
com.aoapps.html.any.AnyINPUT.Url.Autocomplete
All Implemented Interfaces:
Serializable, Comparable<AnyINPUT.Url.Autocomplete>, Function<AnyDocument<?>,String>
Enclosing class:
AnyINPUT.Url<D extends AnyDocument<D>,PC extends AnyUnion_Interactive_Phrasing<D,PC>,E extends AnyINPUT.Url<D,PC,E>>

public static enum AnyINPUT.Url.Autocomplete extends Enum<AnyINPUT.Url.Autocomplete> implements Function<AnyDocument<?>,String>
See The HTML autocomplete attribute.

We're making our best guess which values are applicable. This is to give a nice short list in code assist. TODO: Find somewhere this relationship is defined (if there is any).

Since:
HTML 5
See Also: