Packagecom.elad.framework.autosuggest
Interfacepublic interface IUIAutoSuggestClient
ImplementorsUIAutoSuggest

Interface method to keep the TextInput and TileBase protected.



Public Properties
 PropertyDefined 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
Property detail
inputproperty
input:TextInput  [write-only]

Set the TextInput that will be used in the user interface

Implementation
    public function set input(value:TextInput):void
outputproperty 
output:TileBase  [write-only]

Set the TileBase that will be used in the user interface.

Implementation
    public function set output(value:TileBase):void