@Events(value="provideCompletions") @MixinAfter public class Autocomplete extends Object
String[] onProvideCompletionsFromMyField(String input) { return . . .; }
Name | Type | Flags | Default | Default Prefix |
---|---|---|---|---|
frequency | double | literal | ||
Overrides the default check frequency for determining whether to send a server request. The default is .4 seconds. | ||||
minChars | int | literal | ||
Overwrites the default minimum characters to trigger a server round trip (the default is 1). | ||||
tokens | String | literal | ||
If given, then the autocompleter will support multiple input values, seperated by any of the individual characters in the string. |
Name | Description |
---|---|
provideCompletions |
public Autocomplete()
Copyright © 2003-2013 The Apache Software Foundation.