Home
last modified time | relevance | path

Searched refs:setTouchable (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-window.md64 |废弃版本有变化|方法名 or 属性名:setTouchable<br>废弃版本:N/A|方法名 or 属性名:setTouchable<br>废弃版本:9<br>代替接口:ohos.window.…
65 |废弃版本有变化|方法名 or 属性名:setTouchable<br>废弃版本:N/A|方法名 or 属性名:setTouchable<br>废弃版本:9<br>代替接口:ohos.window.…
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-window.md70 |废弃版本有变化|方法名 or 属性名:setTouchable<br>废弃版本:N/A|方法名 or 属性名:setTouchable<br>废弃版本:9<br>代替接口:ohos.window.…
71 |废弃版本有变化|方法名 or 属性名:setTouchable<br>废弃版本:N/A|方法名 or 属性名:setTouchable<br>废弃版本:9<br>代替接口:ohos.window.…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-window.md9 | ohos.window | Window | setTouchable(isTouchable: boolean): Promise\<void>;<br>setTouchable(isTouc…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-window.md64 …on changed|Method or attribute name: setTouchable<br>Deprecated version: N/A|Method or attribute n…
65 …on changed|Method or attribute name: setTouchable<br>Deprecated version: N/A|Method or attribute n…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-window.md70 …on changed|Method or attribute name: setTouchable<br>Deprecated version: N/A|Method or attribute n…
71 …on changed|Method or attribute name: setTouchable<br>Deprecated version: N/A|Method or attribute n…
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-window.md9 | ohos.window | Window | setTouchable(isTouchable: boolean): Promise\<void>;<br>setTouchable(isTouc…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-window.md318 …废弃版本有变化|类名:Window;<br>方法or属性:setTouchable(isTouchable: boolean): Promise\<void>;<br>旧版本信息:|类名:Wind…
319 …Window;<br>方法or属性:setTouchable(isTouchable: boolean, callback: AsyncCallback\<void>): void;<br>旧版本…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-window.md318 …bute name: setTouchable(isTouchable: boolean): Promise\<void>;<br>Old version: |Class name: Window…
319setTouchable(isTouchable: boolean, callback: AsyncCallback\<void>): void;<br>Old version: |Class n…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-window.md9250 ### setTouchable<sup>(deprecated)</sup>
9252 setTouchable(isTouchable: boolean, callback: AsyncCallback&lt;void&gt;): void
9276 windowClass.setTouchable(isTouchable, (err: BusinessError) => {
9286 ### setTouchable<sup>(deprecated)</sup>
9288 setTouchable(isTouchable: boolean): Promise&lt;void&gt;
9317 let promise = windowClass.setTouchable(isTouchable);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-window.md9287 ### setTouchable<sup>(deprecated)</sup>
9289 setTouchable(isTouchable: boolean, callback: AsyncCallback&lt;void&gt;): void
9313 windowClass.setTouchable(isTouchable, (err: BusinessError) => {
9323 ### setTouchable<sup>(deprecated)</sup>
9325 setTouchable(isTouchable: boolean): Promise&lt;void&gt;
9354 let promise = windowClass.setTouchable(isTouchable);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts2309 getUINativeModule().common.setTouchable(node, this.value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h165 void (*setTouchable)(ArkUINodeHandle node, ArkUI_Bool touchable); member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1661 void (*setTouchable)(ArkUINodeHandle node, ArkUI_Bool touchable); member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp3886 GetArkUINodeModifiers()->getCommonModifier()->setTouchable(nativeNode, touchable); in SetTouchable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js2130 getUINativeModule().common.setTouchable(node, this.value);