Lines Matching refs:ComponentContent
9 1. Create a **ComponentContent** instance.
11 …**ComponentContent** is used to define the content of the custom dialog box. **wrapBuilder(buildTe…
14 …private contentNode: ComponentContent<Object> = new ComponentContent(this.ctx, wrapBuilder(buildTe…
35 …Call **closeCustomDialog**, which requires the ComponentContent corresponding to the dialog box to…
37 …o release the corresponding ComponentContent after the dialog box is closed, call the **dispose** …
53 ComponentContent has the same usage constraints as [BuilderNode](../reference/apis-arkui/js-apis-ar…
79 import { ComponentContent, window } from '@kit.ArkUI';
84 static contentNode: ComponentContent<Object>;
91 static setContentNode(node: ComponentContent<Object>) {
145 import { ComponentContent } from '@kit.ArkUI';
175 private contentNode: ComponentContent<Object> =
176 new ComponentContent(this.ctx, wrapBuilder(buildText), new Params(this.message));