Searched refs:getCursorController (Results 1 – 4 of 4) sorted by relevance
42 …Context](../js-apis-arkui-UIContext.md#uicontext)获取UIContext实例,并使用[getCursorController](../js-apis…59 // 建议使用this.getUIContext().getCursorController().setCursor()62 // 建议使用this.getUIContext().getCursorController().restoreDefault()69 // 建议使用this.getUIContext().getCursorController().setCursor()72 // 建议使用this.getUIContext().getCursorController().restoreDefault()
612 getCursorController() { method in UIContext
1228 ### getCursorController<sup>12+</sup>1230 getCursorController(): CursorController6883 以下API需先使用UIContext中的[getCursorController()](js-apis-arkui-UIContext.md#getcursorcontroller12)方法获取Cu…6906 cursorCustom: CursorController = this.getUIContext().getCursorController();6952 cursorCustom: CursorController = this.getUIContext().getCursorController();
1229 ### getCursorController<sup>12+</sup>1231 getCursorController(): CursorController6850 In the following API examples, you must first use [getCursorController()](js-apis-arkui-UIContext.m…6873 cursorCustom: CursorController = this.getUIContext().getCursorController();6919 cursorCustom: CursorController = this.getUIContext().getCursorController();