Home
last modified time | relevance | path

Searched refs:componentUtils (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-componentUtils.md1 # @ohos.arkui.componentUtils (componentUtils)
16 import { componentUtils } from '@kit.ArkUI';
18 ## componentUtils.getRectangleById
51 import { componentUtils } from '@kit.ArkUI';
52 let modePosition:componentUtils.ComponentInfo = componentUtils.getRectangleById("onClick");
175 import { matrix4, componentUtils } from '@kit.ArkUI';
205 …this.value = JSON.stringify(componentUtils.getRectangleById("image_01")) // 建议使用this.getUIContext(…
H A DReadme-CN.md7 - [@ohos.arkui.componentUtils (componentUtils)](js-apis-arkui-componentUtils.md)
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-arkui.md4 |删除|类名:componentUtils;<br>方法or属性:function getRectangleById(id: string): ComponentInfo;|NA|@ohos.com…
5 |删除|类名:ComponentInfo;<br>方法or属性:size: Size|NA|@ohos.componentUtils.d.ts|
13 |删除|类名:Size;<br>方法or属性:width: number|NA|@ohos.componentUtils.d.ts|
14 |删除|类名:Size;<br>方法or属性:height: number|NA|@ohos.componentUtils.d.ts|
15 |删除|类名:Offset;<br>方法or属性:x: number|NA|@ohos.componentUtils.d.ts|
17 |删除|类名:ScaleResult;<br>方法or属性:x: number|NA|@ohos.componentUtils.d.ts|
18 |删除|类名:RotateResult;<br>方法or属性:x: number|NA|@ohos.componentUtils.d.ts|
19 |删除|类名:Offset;<br>方法or属性:y: number|NA|@ohos.componentUtils.d.ts|
21 |删除|类名:ScaleResult;<br>方法or属性:y: number|NA|@ohos.componentUtils.d.ts|
24 |删除|类名:ScaleResult;<br>方法or属性:z: number|NA|@ohos.componentUtils.d.ts|
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-componentUtils.md1 # @ohos.arkui.componentUtils (componentUtils)
3 The **componentUtils** module provides API for obtaining the coordinates and size of the drawing ar…
16 import { componentUtils } from '@kit.ArkUI';
18 ## componentUtils.getRectangleById
51 import { componentUtils } from '@kit.ArkUI';
52 let modePosition:componentUtils.ComponentInfo = componentUtils.getRectangleById("onClick");
175 import { matrix4, componentUtils } from '@kit.ArkUI';
205 …this.value = JSON.stringify(componentUtils.getRectangleById("image_01")) // You are advised to use…
H A DReadme-EN.md7 - [@ohos.arkui.componentUtils (componentUtils)](js-apis-arkui-componentUtils.md)
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-arkui.md4 …ed|Class name: componentUtils;<br>Method or attribute name: function getRectangleById(id: string):…
5 |Deleted|Class name: ComponentInfo;<br>Method or attribute name: size: Size|NA|@ohos.componentUtils
13 |Deleted|Class name: Size;<br>Method or attribute name: width: number|NA|@ohos.componentUtils.d.ts|
14 |Deleted|Class name: Size;<br>Method or attribute name: height: number|NA|@ohos.componentUtils.d.ts|
15 |Deleted|Class name: Offset;<br>Method or attribute name: x: number|NA|@ohos.componentUtils.d.ts|
17 |Deleted|Class name: ScaleResult;<br>Method or attribute name: x: number|NA|@ohos.componentUtils.d.…
18 |Deleted|Class name: RotateResult;<br>Method or attribute name: x: number|NA|@ohos.componentUtils.d…
19 |Deleted|Class name: Offset;<br>Method or attribute name: y: number|NA|@ohos.componentUtils.d.ts|
21 |Deleted|Class name: ScaleResult;<br>Method or attribute name: y: number|NA|@ohos.componentUtils.d.…
24 |Deleted|Class name: ScaleResult;<br>Method or attribute name: z: number|NA|@ohos.componentUtils.d.…
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/formmenu/interfaces/
H A Dformmenu.js19 const componentUtils = requireNapi('arkui.componentUtils'); constant
26 let compInfo = componentUtils.getRectangleById(componentId);
H A Dformmenu_preview.js19 const componentUtils = requireNapi('arkui.componentUtils'); constant
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/formmenu/source/
H A Dformmenu.ets17 import { componentSnapshot, componentUtils } from '@kit.ArkUI';
26 let compInfo = componentUtils.getRectangleById(componentId);
H A Dformmenu_preview.ets17 import { componentSnapshot, componentUtils } from '@kit.ArkUI';
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-FullScreenComponent.md91 | [componentUtils](../reference/apis-arkui/js-apis-arkui-componentUtils.md) | 不支持 | 提供获取组件绘制区域坐标和…
H A Darkts-ui-extension-components.md111 | [componentUtils](../reference/apis-arkui/js-apis-arkui-componentUtils.md) | 不支持 | 提供获取组件绘制区域坐标和…
H A Darkts-global-interface.md22 | @ohos.arkui.componentUtils | getComponentUtils | 组件工具类 …
H A Darkts-shared-element-transition.md249 import { componentUtils, curves } from '@kit.ArkUI';
424 let componentInfo: componentUtils.ComponentInfo = componentUtils.getRectangleById(id);
1103 import { componentUtils, UIContext } from '@kit.ArkUI';
1112 …let componentInfo: componentUtils.ComponentInfo = context.getComponentUtils().getRectangleById(id);
1717 import { componentUtils, UIContext } from '@kit.ArkUI';
1726 …let componentInfo: componentUtils.ComponentInfo = context.getComponentUtils().getRectangleById(id);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-arkui.md69 |新增|NA|类名:componentUtils;<br>方法or属性:function getRectangleById(id: string): ComponentInfo;|@ohos.com…
78 |新增|NA|类名:Size;<br>方法or属性:width: number|@ohos.componentUtils.d.ts|
79 |新增|NA|类名:Size;<br>方法or属性:height: number|@ohos.componentUtils.d.ts|
80 |新增|NA|类名:Offset;<br>方法or属性:x: number|@ohos.componentUtils.d.ts|
82 |新增|NA|类名:ScaleResult;<br>方法or属性:x: number|@ohos.componentUtils.d.ts|
83 |新增|NA|类名:RotateResult;<br>方法or属性:x: number|@ohos.componentUtils.d.ts|
84 |新增|NA|类名:Offset;<br>方法or属性:y: number|@ohos.componentUtils.d.ts|
86 |新增|NA|类名:ScaleResult;<br>方法or属性:y: number|@ohos.componentUtils.d.ts|
87 |新增|NA|类名:RotateResult;<br>方法or属性:y: number|@ohos.componentUtils.d.ts|
89 |新增|NA|类名:ScaleResult;<br>方法or属性:z: number|@ohos.componentUtils.d.ts|
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-overlay.md13 …tent作为该组件的浮层。浮层不通过组件树进行渲染,部分接口(例如[getRectangleById](../js-apis-arkui-componentUtils.md#componentut…
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/source/
H A Dchip.ets23 import componentUtils from '@ohos.arkui.componentUtils';
406 this.toVp(componentUtils.getRectangleById('PrefixSymbolGlyph')?.size?.width);
408 this.toVp(componentUtils.getRectangleById('SuffixSymbolGlyph')?.size?.width);
410 this.toVp(componentUtils.getRectangleById('AllowCloseSymbolGlyph')?.size?.width);
/ohos5.0/docs/zh-cn/application-dev/faqs/
H A Dfaqs-arkui-animation-interactive-event.md309 5.Item布局信息可通过componentUtils API获取到;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js23 const componentUtils = requireNapi('arkui.componentUtils'); constant
521 componentUtils.getRectangleById('PrefixSymbolGlyph')?.size?.width
528 componentUtils.getRectangleById('SuffixSymbolGlyph')?.size?.width
535 componentUtils.getRectangleById('AllowCloseSymbolGlyph')?.size?.width
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.5/
H A Dchangelogs-arkui.md499 | @ohos.arkui.componentUtils | 组件工具类 |
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-arkui.md69 …d|NA|Class name: componentUtils;<br>Method or attribute name: function getRectangleById(id: string…
78 |Added|NA|Class name: Size;<br>Method or attribute name: width: number|@ohos.componentUtils.d.ts|
79 |Added|NA|Class name: Size;<br>Method or attribute name: height: number|@ohos.componentUtils.d.ts|
80 |Added|NA|Class name: Offset;<br>Method or attribute name: x: number|@ohos.componentUtils.d.ts|
82 |Added|NA|Class name: ScaleResult;<br>Method or attribute name: x: number|@ohos.componentUtils.d.ts|
83 |Added|NA|Class name: RotateResult;<br>Method or attribute name: x: number|@ohos.componentUtils.d.t…
84 |Added|NA|Class name: Offset;<br>Method or attribute name: y: number|@ohos.componentUtils.d.ts|
86 |Added|NA|Class name: ScaleResult;<br>Method or attribute name: y: number|@ohos.componentUtils.d.ts|
87 |Added|NA|Class name: RotateResult;<br>Method or attribute name: y: number|@ohos.componentUtils.d.t…
89 |Added|NA|Class name: ScaleResult;<br>Method or attribute name: z: number|@ohos.componentUtils.d.ts|
[all …]
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-global-interface.md23 | @ohos.arkui.componentUtils | getComponentUtils | Component…
H A Darkts-FullScreenComponent.md91 | [componentUtils](../reference/apis-arkui/js-apis-arkui-componentUtils.md) | Not supported | The …
H A Darkts-shared-element-transition.md249 import { componentUtils, curves } from '@kit.ArkUI';
424 let componentInfo: componentUtils.ComponentInfo = componentUtils.getRectangleById(id);
1103 import { componentUtils, UIContext } from '@kit.ArkUI';
1112 …let componentInfo: componentUtils.ComponentInfo = context.getComponentUtils().getRectangleById(id);
1717 import { componentUtils, UIContext } from '@kit.ArkUI';
1726 …let componentInfo: componentUtils.ComponentInfo = context.getComponentUtils().getRectangleById(id);
H A Darkts-ui-extension-components.md111 | [componentUtils](../reference/apis-arkui/js-apis-arkui-componentUtils.md) | Not supported |…

12