Lines Matching refs:inputMethod
3 …ow' \| 'imeHide', callback: (info: Array\<InputWindowInfo>) => void): void;|@ohos.inputMethod.d.ts|
4 …w' \| 'imeHide', callback?: (info: Array\<InputWindowInfo>) => void): void;|@ohos.inputMethod.d.ts|
5 …rd: boolean, textConfig: TextConfig, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
6 …or属性:attach(showKeyboard: boolean, textConfig: TextConfig): Promise\<void>;|@ohos.inputMethod.d.ts|
7 …odController<br>方法or属性:showTextInput(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
8 |新增|NA|类名:InputMethodController<br>方法or属性:showTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
9 …odController<br>方法or属性:hideTextInput(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
10 |新增|NA|类名:InputMethodController<br>方法or属性:hideTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
11 …putMethodController<br>方法or属性:detach(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
12 |新增|NA|类名:InputMethodController<br>方法or属性:detach(): Promise\<void>;|@ohos.inputMethod.d.ts|
13 …性:setCallingWindow(windowId: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
14 …hodController<br>方法or属性:setCallingWindow(windowId: number): Promise\<void>;|@ohos.inputMethod.d.ts|
15 …updateCursor(cursorInfo: CursorInfo, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
16 …dController<br>方法or属性:updateCursor(cursorInfo: CursorInfo): Promise\<void>;|@ohos.inputMethod.d.ts|
17 … string, start: number, end: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
18 …:changeSelection(text: string, start: number, end: number): Promise\<void>;|@ohos.inputMethod.d.ts|
19 …Attribute(attribute: InputAttribute, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
20 …oller<br>方法or属性:updateAttribute(attribute: InputAttribute): Promise\<void>;|@ohos.inputMethod.d.ts|
21 …ller<br>方法or属性:on(type: 'selectByRange', callback: Callback\<Range>): void;|@ohos.inputMethod.d.ts|
22 …r>方法or属性:on(type: 'selectByMovement', callback: Callback\<Movement>): void;|@ohos.inputMethod.d.ts|
23 |新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'selectByRange'): void;|@ohos.inputMethod.d.ts|
24 |新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'selectByMovement'): void;|@ohos.inputMethod.d.…
25 …r<br>方法or属性:on(type: 'insertText', callback: (text: string) => void): void;|@ohos.inputMethod.d.ts|
26 |新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'insertText'): void;|@ohos.inputMethod.d.ts|
27 …: 'deleteLeft' \| 'deleteRight', callback: (length: number) => void): void;|@ohos.inputMethod.d.ts|
28 …tMethodController<br>方法or属性:off(type: 'deleteLeft' \| 'deleteRight'): void;|@ohos.inputMethod.d.ts|
29 …KeyboardStatus', callback: (keyBoardStatus: KeyboardStatus) => void): void;|@ohos.inputMethod.d.ts|
30 |新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'sendKeyboardStatus'): void;|@ohos.inputMethod.…
31 …pe: 'sendFunctionKey', callback: (functionKey: FunctionKey) => void): void;|@ohos.inputMethod.d.ts|
32 |新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'sendFunctionKey'): void;|@ohos.inputMethod.d.t…
33 …r属性:on(type: 'moveCursor', callback: (direction: Direction) => void): void;|@ohos.inputMethod.d.ts|
34 |新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'moveCursor'): void;|@ohos.inputMethod.d.ts|
35 …ype: 'handleExtendAction', callback: (action: ExtendAction) => void): void;|@ohos.inputMethod.d.ts|
36 |新增|NA|类名:InputMethodController<br>方法or属性:off(type: 'handleExtendAction'): void;|@ohos.inputMethod.…
37 |新增|NA|类名:InputMethodProperty<br>方法or属性:readonly labelId?: number;|@ohos.inputMethod.d.ts|
38 |新增|NA|类名:InputMethodProperty<br>方法or属性:extra?: object;|@ohos.inputMethod.d.ts|
39 |新增|NA|模块名: ohos.inputMethod<br>类名: Direction|@ohos.inputMethod.d.ts|
40 |新增|NA|模块名: ohos.inputMethod<br>类名: Direction<br>方法 or 属性:CURSOR_UP = 1|@ohos.inputMethod.d.ts|
41 |新增|NA|模块名: ohos.inputMethod<br>类名: Direction<br>方法 or 属性:CURSOR_DOWN|@ohos.inputMethod.d.ts|
42 |新增|NA|模块名: ohos.inputMethod<br>类名: Direction<br>方法 or 属性:CURSOR_LEFT|@ohos.inputMethod.d.ts|
43 |新增|NA|模块名: ohos.inputMethod<br>类名: Direction<br>方法 or 属性:CURSOR_RIGHT|@ohos.inputMethod.d.ts|
44 |新增|NA|模块名: ohos.inputMethod<br>类名: Range|@ohos.inputMethod.d.ts|
45 |新增|NA|模块名: ohos.inputMethod<br>类名: Range<br>方法 or 属性:start: number;|@ohos.inputMethod.d.ts|
46 |新增|NA|模块名: ohos.inputMethod<br>类名: Range<br>方法 or 属性:end: number;|@ohos.inputMethod.d.ts|
47 |新增|NA|模块名: ohos.inputMethod<br>类名: Movement|@ohos.inputMethod.d.ts|
48 |新增|NA|模块名: ohos.inputMethod<br>类名: Movement<br>方法 or 属性:direction: Direction;|@ohos.inputMethod.d.…
49 |新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType|@ohos.inputMethod.d.ts|
50 |新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:NONE = -1|@ohos.inputMethod.d.ts|
51 |新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:TEXT = 0|@ohos.inputMethod.d.ts|
52 |新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:MULTILINE|@ohos.inputMethod.d.ts|
53 |新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:NUMBER|@ohos.inputMethod.d.ts|
54 |新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:PHONE|@ohos.inputMethod.d.ts|
55 |新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:DATETIME|@ohos.inputMethod.d.ts|
56 |新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:EMAIL_ADDRESS|@ohos.inputMethod.d.ts|
57 |新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:URL|@ohos.inputMethod.d.ts|
58 |新增|NA|模块名: ohos.inputMethod<br>类名: TextInputType<br>方法 or 属性:VISIBLE_PASSWORD|@ohos.inputMethod.d.…
59 |新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType|@ohos.inputMethod.d.ts|
60 |新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:UNSPECIFIED = 0|@ohos.inputMethod.d.ts|
61 |新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:NONE|@ohos.inputMethod.d.ts|
62 |新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:GO|@ohos.inputMethod.d.ts|
63 |新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:SEARCH|@ohos.inputMethod.d.ts|
64 |新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:SEND|@ohos.inputMethod.d.ts|
65 |新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:NEXT|@ohos.inputMethod.d.ts|
66 |新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:DONE|@ohos.inputMethod.d.ts|
67 |新增|NA|模块名: ohos.inputMethod<br>类名: EnterKeyType<br>方法 or 属性:PREVIOUS|@ohos.inputMethod.d.ts|
68 |新增|NA|模块名: ohos.inputMethod<br>类名: KeyboardStatus|@ohos.inputMethod.d.ts|
69 |新增|NA|模块名: ohos.inputMethod<br>类名: KeyboardStatus<br>方法 or 属性:NONE = 0|@ohos.inputMethod.d.ts|
70 |新增|NA|模块名: ohos.inputMethod<br>类名: KeyboardStatus<br>方法 or 属性:HIDE = 1|@ohos.inputMethod.d.ts|
71 |新增|NA|模块名: ohos.inputMethod<br>类名: KeyboardStatus<br>方法 or 属性:SHOW = 2|@ohos.inputMethod.d.ts|
72 |新增|NA|模块名: ohos.inputMethod<br>类名: InputAttribute|@ohos.inputMethod.d.ts|
73 |新增|NA|模块名: ohos.inputMethod<br>类名: InputAttribute<br>方法 or 属性:textInputType: TextInputType;|@ohos.…
74 |新增|NA|模块名: ohos.inputMethod<br>类名: InputAttribute<br>方法 or 属性:enterKeyType: EnterKeyType;|@ohos.in…
75 |新增|NA|模块名: ohos.inputMethod<br>类名: FunctionKey|@ohos.inputMethod.d.ts|
76 |新增|NA|模块名: ohos.inputMethod<br>类名: FunctionKey<br>方法 or 属性:enterKeyType: EnterKeyType;|@ohos.input…
77 |新增|NA|模块名: ohos.inputMethod<br>类名: CursorInfo|@ohos.inputMethod.d.ts|
78 |新增|NA|模块名: ohos.inputMethod<br>类名: CursorInfo<br>方法 or 属性:left: number;|@ohos.inputMethod.d.ts|
79 |新增|NA|模块名: ohos.inputMethod<br>类名: CursorInfo<br>方法 or 属性:top: number;|@ohos.inputMethod.d.ts|
80 |新增|NA|模块名: ohos.inputMethod<br>类名: CursorInfo<br>方法 or 属性:width: number;|@ohos.inputMethod.d.ts|
81 |新增|NA|模块名: ohos.inputMethod<br>类名: CursorInfo<br>方法 or 属性:height: number;|@ohos.inputMethod.d.ts|
82 |新增|NA|模块名: ohos.inputMethod<br>类名: TextConfig|@ohos.inputMethod.d.ts|
83 |新增|NA|模块名: ohos.inputMethod<br>类名: TextConfig<br>方法 or 属性:inputAttribute: InputAttribute;|@ohos.in…
84 |新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction|@ohos.inputMethod.d.ts|
85 |新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction<br>方法 or 属性:SELECT_ALL = 0|@ohos.inputMethod.d.ts|
86 |新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction<br>方法 or 属性:CUT = 3|@ohos.inputMethod.d.ts|
87 |新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction<br>方法 or 属性:COPY = 4|@ohos.inputMethod.d.ts|
88 |新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction<br>方法 or 属性:PASTE = 5|@ohos.inputMethod.d.ts|
89 |新增|NA|模块名: ohos.inputMethod<br>类名: InputWindowInfo|@ohos.inputMethod.d.ts|
90 |新增|NA|模块名: ohos.inputMethod<br>类名: InputWindowInfo<br>方法 or 属性:name: string;|@ohos.inputMethod.d.t…
91 |新增|NA|模块名: ohos.inputMethod<br>类名: InputWindowInfo<br>方法 or 属性:left: number;|@ohos.inputMethod.d.t…
92 |新增|NA|模块名: ohos.inputMethod<br>类名: InputWindowInfo<br>方法 or 属性:top: number;|@ohos.inputMethod.d.ts|
93 |新增|NA|模块名: ohos.inputMethod<br>类名: InputWindowInfo<br>方法 or 属性:width: number;|@ohos.inputMethod.d.…
94 |新增|NA|模块名: ohos.inputMethod<br>类名: InputWindowInfo<br>方法 or 属性:height: number;|@ohos.inputMethod.d…