Packageorg.restfulx.events
Classpublic class RxAutoCompleteItemEvent
InheritanceRxAutoCompleteItemEvent Inheritance flash.events.Event

Dispatched by RxAutoComplete component



Public Properties
 PropertyDefined by
  ITEM_UNKNOWN : String = "unknownSelectedItem"
[static] Event identifier in case the selected item is not found by the service provider
RxAutoCompleteItemEvent
  text : String
Current text state of the component
RxAutoCompleteItemEvent
Public Methods
 MethodDefined by
  
RxAutoCompleteItemEvent(text:String, status:String = "unknownSelectedItem")
RxAutoCompleteItemEvent
Property detail
ITEM_UNKNOWNproperty
public static var ITEM_UNKNOWN:String = "unknownSelectedItem"

Event identifier in case the selected item is not found by the service provider

textproperty 
public var text:String

Current text state of the component

Constructor detail
RxAutoCompleteItemEvent()constructor
public function RxAutoCompleteItemEvent(text:String, status:String = "unknownSelectedItem")Parameters
text:String
 
status:String (default = "unknownSelectedItem")