Attributes | Name and Description |
---|---|
|
caplin.presenter.node.AutoCompleteProvider()
|
Attributes | Name and Description |
---|---|
|
void
getList(String sTerm, Function The)
Provides the callback with a list of options that match the sTerm. |
|
boolean
isValidOption(String sOption)
Returns True if the specified option is a valid and selectable option. |
►
caplin.presenter.node.AutoCompleteProvider()
►
void
getList(String sTerm, Function The)
Provides the callback with a list of options that match the sTerm. Note that the sTerm will be used in a 'term*' pattern.
String | sTerm | The term to search. |
Function | The | callback to provide the array of found options as the first argument. |
►
boolean
isValidOption(String sOption)
Returns True if the specified option is a valid and selectable option.
String | sOption | The option to check. |