flash.system.IME
type
class
extends
flash.events.EventDispatcher
available in
flash
Static Variables
conversionMode
:
IMEConversionMode
enabled
:
Bool
isSupported
(default,null) :
Bool
metadata
:require
flash10_1
Static Methods
compositionAbandoned
() :
Void
metadata
:require
flash10_1
compositionSelectionChanged
(start :
Int
, end :
Int
) :
Void
metadata
:require
flash10_1
doConversion
() :
Void
setCompositionString
(composition :
String
) :
Void
Instance Methods
hide inherited
show inherited
addEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
, ?priority :
Int
, ?useWeakReference :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
dispatchEvent
(event :
Event
) :
Bool
inherited from
flash.events.EventDispatcher
hasEventListener
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher
removeEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
toString
() :
String
inherited from
flash.events.EventDispatcher
willTrigger
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher