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 …ame: attach(showKeyboard: boolean, textConfig: TextConfig): Promise\<void>;|@ohos.inputMethod.d.ts|
9 …hod or attribute name: showTextInput(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
10 …odController;<br>Method or attribute name: showTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
11 …hod or attribute name: hideTextInput(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
12 …odController;<br>Method or attribute name: hideTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
13 …<br>Method or attribute name: detach(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
14 …putMethodController;<br>Method or attribute name: detach(): Promise\<void>;|@ohos.inputMethod.d.ts|
15 …: setCallingWindow(windowId: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
16 …thod or attribute name: setCallingWindow(windowId: number): Promise\<void>;|@ohos.inputMethod.d.ts|
17 …updateCursor(cursorInfo: CursorInfo, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
18 …od or attribute name: 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 …attribute name: updateAttribute(attribute: InputAttribute): Promise\<void>;|@ohos.inputMethod.d.ts|
23 …ttribute name: on(type: 'selectByRange', callback: Callback\<Range>): void;|@ohos.inputMethod.d.ts|
24 …te name: on(type: 'selectByMovement', callback: Callback\<Movement>): void;|@ohos.inputMethod.d.ts|
25 …ibute name: on(type: 'insertText', callback: (text: string) => void): void;|@ohos.inputMethod.d.ts|
26 …ute name: on(type: 'deleteLeft', callback: (length: number) => void): void;|@ohos.inputMethod.d.ts|
27 …te name: 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 …me: 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 …ibute name: on(type: 'getTextIndexAtCursor', callback: () => number): void;|@ohos.inputMethod.d.ts|
35 …ribute name: off(type: 'selectByRange', callback?: Callback\<Range>): void;|@ohos.inputMethod.d.ts|
36 … name: off(type: 'selectByMovement', callback?: Callback\<Movement>): void;|@ohos.inputMethod.d.ts|
37 …ute name: off(type: 'insertText', callback?: (text: string) => void): void;|@ohos.inputMethod.d.ts|
38 …e name: off(type: 'deleteLeft', callback?: (length: number) => void): void;|@ohos.inputMethod.d.ts|
39 … name: 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 …ute name: off(type: 'getTextIndexAtCursor', callback?: () => number): void;|@ohos.inputMethod.d.ts|
47 …nputMethodProperty;<br>Method or attribute name: readonly labelId?: number;|@ohos.inputMethod.d.ts|
48 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_UP = 1|@ohos.inputMethod.d.ts|
49 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_DOWN|@ohos.inputMethod.d.ts|
50 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_LEFT|@ohos.inputMethod.d.ts|
51 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_RIGHT|@ohos.inputMethod.d.ts|
52 |Added|NA|Class name: Range;<br>Method or attribute name: start: number;|@ohos.inputMethod.d.ts|
53 |Added|NA|Class name: Range;<br>Method or attribute name: end: number;|@ohos.inputMethod.d.ts|
54 …NA|Class name: Movement;<br>Method or attribute name: direction: Direction;|@ohos.inputMethod.d.ts|
55 |Added|NA|Class name: TextInputType;<br>Method or attribute name: NONE = -1|@ohos.inputMethod.d.ts|
56 |Added|NA|Class name: TextInputType;<br>Method or attribute name: TEXT = 0|@ohos.inputMethod.d.ts|
57 |Added|NA|Class name: TextInputType;<br>Method or attribute name: MULTILINE|@ohos.inputMethod.d.ts|
58 |Added|NA|Class name: TextInputType;<br>Method or attribute name: NUMBER|@ohos.inputMethod.d.ts|
59 |Added|NA|Class name: TextInputType;<br>Method or attribute name: PHONE|@ohos.inputMethod.d.ts|
60 |Added|NA|Class name: TextInputType;<br>Method or attribute name: DATETIME|@ohos.inputMethod.d.ts|
61 |Added|NA|Class name: TextInputType;<br>Method or attribute name: EMAIL_ADDRESS|@ohos.inputMethod.d…
62 |Added|NA|Class name: TextInputType;<br>Method or attribute name: URL|@ohos.inputMethod.d.ts|
63 …NA|Class name: TextInputType;<br>Method or attribute name: VISIBLE_PASSWORD|@ohos.inputMethod.d.ts|
64 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: UNSPECIFIED = 0|@ohos.inputMethod.…
65 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: NONE|@ohos.inputMethod.d.ts|
66 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: GO|@ohos.inputMethod.d.ts|
67 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: SEARCH|@ohos.inputMethod.d.ts|
68 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: SEND|@ohos.inputMethod.d.ts|
69 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: NEXT|@ohos.inputMethod.d.ts|
70 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: DONE|@ohos.inputMethod.d.ts|
71 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: PREVIOUS|@ohos.inputMethod.d.ts|
72 |Added|NA|Class name: KeyboardStatus;<br>Method or attribute name: NONE = 0|@ohos.inputMethod.d.ts|
73 |Added|NA|Class name: KeyboardStatus;<br>Method or attribute name: HIDE = 1|@ohos.inputMethod.d.ts|
74 |Added|NA|Class name: KeyboardStatus;<br>Method or attribute name: SHOW = 2|@ohos.inputMethod.d.ts|
75 … InputAttribute;<br>Method or attribute name: textInputType: TextInputType;|@ohos.inputMethod.d.ts|
76 …e: InputAttribute;<br>Method or attribute name: enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts|
77 …name: FunctionKey;<br>Method or attribute name: enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts|
78 |Added|NA|Class name: CursorInfo;<br>Method or attribute name: left: number;|@ohos.inputMethod.d.ts|
79 |Added|NA|Class name: InputWindowInfo;<br>Method or attribute name: left: number;|@ohos.inputMethod
80 |Added|NA|Class name: CursorInfo;<br>Method or attribute name: top: number;|@ohos.inputMethod.d.ts|
81 |Added|NA|Class name: InputWindowInfo;<br>Method or attribute name: top: number;|@ohos.inputMethod.…
82 |Added|NA|Class name: CursorInfo;<br>Method or attribute name: width: number;|@ohos.inputMethod.d.t…
83 …NA|Class name: InputWindowInfo;<br>Method or attribute name: width: number;|@ohos.inputMethod.d.ts|
84 |Added|NA|Class name: CursorInfo;<br>Method or attribute name: height: number;|@ohos.inputMethod.d.…
85 …A|Class name: InputWindowInfo;<br>Method or attribute name: height: number;|@ohos.inputMethod.d.ts|
86 …e: TextConfig;<br>Method or attribute name: inputAttribute: InputAttribute;|@ohos.inputMethod.d.ts|
87 …ass name: TextConfig;<br>Method or attribute name: cursorInfo?: CursorInfo;|@ohos.inputMethod.d.ts|
88 |Added|NA|Class name: TextConfig;<br>Method or attribute name: selection?: Range;|@ohos.inputMethod
89 |Added|NA|Class name: TextConfig;<br>Method or attribute name: windowId?: number;|@ohos.inputMethod
90 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: SELECT_ALL = 0|@ohos.inputMethod.d…
91 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: CUT = 3|@ohos.inputMethod.d.ts|
92 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: COPY = 4|@ohos.inputMethod.d.ts|
93 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: PASTE = 5|@ohos.inputMethod.d.ts|
94 |Added|NA|Class name: InputWindowInfo;<br>Method or attribute name: name: string;|@ohos.inputMethod
225 …tribute name: readonly iconId?: number;<br>New version information: ?number|@ohos.inputMethod.d.ts|
226 …thod or attribute name: extra?: object;<br>New version information: ?object|@ohos.inputMethod.d.ts|
273 …ass name: InputMethodProperty;<br>Method or attribute name: extra?: object;|@ohos.inputMethod.d.ts|