| Pacote | mx.core |
| Interface | public interface IIMESupport |
| Implementadores | AdvancedDataGridBaseEx, AdvancedDataGridColumn, ComboBase, ComboBox, DataGrid, DataGrid, DataGridColumn, FlexHTMLLoader, List, NumericStepper, NumericStepper, RichEditableText, SkinnableTextBase, TextArea, Tree, UIFTETextField, UITextField |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Elementos da API relacionados
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| enableIME : Boolean [somente leitura]
Specifies whether the IME should be enabled when
this component has focus. | IIMESupport | ||
| imeMode : String
The IME mode of the component. | IIMESupport | ||
Detalhes da propriedade
enableIME | propriedade |
enableIME:Boolean [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4 |
| Versões de runtime: | 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.
Implementação
public function get enableIME():BooleanimeMode | propriedade |
Wed Jun 13 2018, 11:10 AM Z