caplin.presenter.node.AutoCompleteSelectionField
Attributes | Name and Description |
---|---|
|
caplin.fx.presenter.CurrencyPairAutoCompleteProvider()
|
Attributes | Name and Description |
---|---|
|
void
destroy()
Destroys this class and cleans up any listeners that it may be using. |
|
void
getList(String sTerm, Function fCallback)
Provides the callback with a list of currency pairs that match the sTerm. |
|
boolean
isValidOption(String sOption)
Returns True if the specified option is a valid and selectable option. |
►
caplin.fx.presenter.CurrencyPairAutoCompleteProvider()
►
void
destroy()
Destroys this class and cleans up any listeners that it may be using.
►
void
getList(String sTerm, Function fCallback)
Provides the callback with a list of currency pairs that match the sTerm. Note that the sTerm will be used in a "term*" pattern.
String | sTerm | The term to search. |
Function | fCallback | The callback to provide the array of found currency pairs. |
►
boolean
isValidOption(String sOption)
Returns True if the specified option is a valid and selectable option.
String | sOption | The option to check. |