Lines Matching refs:ComponentContent

1 # ComponentContent  chapter
3ComponentContent** represents an entity encapsulation of component content, which can be created a…
9 > **ComponentContent** is not available in DevEco Studio Previewer.
15 import { ComponentContent } from '@kit.ArkUI';
18 ## ComponentContent section
24 A constructor used to create a **ComponentContent** object.
41 A constructor used to create a **ComponentContent** object.
59 A constructor used to create a **ComponentContent** object.
76 import { ComponentContent, NodeContent, typeNode } from "@kit.ArkUI"
115 column.addComponentContent(new ComponentContent<ParamsInterface>(this.getUIContext(),
154 import { ComponentContent } from "@kit.ArkUI";
185 …let contentNode = new ComponentContent(uiContext, wrapBuilder(buildText), new Params(this.message)…
205 Passes the reuse event to the custom component in this **ComponentContent** object.
221 Passes the recycle event to the custom component in this **ComponentContent** object.
228 import { ComponentContent } from '@kit.ArkUI';
277 …let contentNode = new ComponentContent(uiContext, wrapBuilder(buildText), new Params(this.message)…
298 Disposes of this **ComponentContent** object, which means to cancel the reference relationship betw…
308 import { ComponentContent } from '@kit.ArkUI';
339 …let contentNode = new ComponentContent(uiContext, wrapBuilder(buildText), new Params(this.message)…
382 import { NodeController, FrameNode, ComponentContent, typeNode } from '@kit.ArkUI';
395 const componentContentMap: Array<ComponentContent<[Object]>> = new Array();
406 let component = new ComponentContent<Object>(context, wrapBuilder(buildText));