| 패키지 | mx.core |
| 인터페이스 | public interface IIMESupport |
| 구현자 | AdvancedDataGridBaseEx, AdvancedDataGridColumn, ComboBase, ComboBox, DataGrid, DataGrid, DataGridColumn, FlexHTMLLoader, List, NumericStepper, NumericStepper, RichEditableText, SkinnableTextBase, TextArea, Tree, UIFTETextField, UITextField |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
관련 API 요소
공용 속성
| 속성 | 정의 주체 | ||
|---|---|---|---|
| enableIME : Boolean [읽기 전용]
Specifies whether the IME should be enabled when
this component has focus. | IIMESupport | ||
| imeMode : String
The IME mode of the component. | IIMESupport | ||
속성 세부 정보
enableIME | 속성 |
enableIME:Boolean [읽기 전용] | 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4 |
| 런타임 버전: | 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.
구현
public function get enableIME():BooleanimeMode | 속성 |
Tue Jun 12 2018, 03:17 PM Z