| Package | com.elad.framework.autosuggest |
| Interface | public interface IUIAutoSuggestClient |
| Implementors | UIAutoSuggest |
| Property | Defined by | ||
|---|---|---|---|
| input : TextInput [write-only]
Set the TextInput that will be used in the user interface
| IUIAutoSuggestClient | ||
| output : TileBase [write-only]
Set the TileBase that will be used in the user interface.
| IUIAutoSuggestClient | ||
| input | property |
input:TextInput [write-only]Set the TextInput that will be used in the user interface
Implementation public function set input(value:TextInput):void
| output | property |
output:TileBase [write-only]Set the TileBase that will be used in the user interface.
Implementation public function set output(value:TileBase):void