ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.core 

IIMESupport  - AS3 Flex

Packagemx.core
Interfacepublic interface IIMESupport
Implementors AdvancedDataGridBaseEx, AdvancedDataGridColumn, ComboBase, ComboBox, DataGrid, DataGrid, DataGridColumn, FlexHTMLLoader, List, NumericStepper, NumericStepper, RichEditableText, SkinnableTextBase, TextArea, Tree, UIFTETextField, UITextField

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The IIMESupport interface defines the interface for any component that supports IME (input method editor). IME is used for entering characters in Chinese, Japanese, and Korean.

Related API Elements



Public Properties
 PropertyDefined By
  enableIME : Boolean
[read-only] Specifies whether the IME should be enabled when this component has focus.
IIMESupport
  imeMode : String
The IME mode of the component.
IIMESupport
Property Detail

enableIME

property
enableIME:Boolean  [read-only]

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Specifies whether the IME should be enabled when this component has focus. Even if a component uses the IME, it may not in all configurations. For example, TextArea will set enableIME to false if its editable is false since no input is allowed in that configuration. Similarly DataGrid always sets enableIME to false. If the DataGrid puts up an ItemEditor, its editor will have enableIME set to true.



Implementation
    public function get enableIME():Boolean

imeMode

property 
imeMode:String

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The IME mode of the component.



Implementation
    public function get imeMode():String
    public function set imeMode(value:String):void