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