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

dispatchEvent(event : Event) : Bool

hasEventListener(type : String) : Bool

removeEventListener(type : String, listener : Dynamic -> Void, ?useCapture : Bool) : Void

toString() : String

willTrigger(type : String) : Bool