Enum AnyINPUT.Autocomplete

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

public static enum AnyINPUT.Autocomplete extends Enum<AnyINPUT.Autocomplete> implements Function<AnyDocument<?>,String>

The complete list of expected autocomplete values. Specific input types may provide a shorter list.

See The HTML autocomplete attribute.

Since:
HTML 5