Home
last modified time | relevance | path

Searched refs:getClickNodeChildrenInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js1191 getClickNodeChildrenInfo(e) { method in C
3584 getClickNodeChildrenInfo() { method in e.TreeController
3586 return this.listNodeUtils.getClickNodeChildrenInfo(e)
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/
H A DTreeView.ets1189 getClickNodeChildrenInfo(nodeId: number) {
3178 … public getClickNodeChildrenInfo(): Array<{ itemId: number, itemIcon: Resource, itemTitle: string,
3181 return this.listNodeUtils.getClickNodeChildrenInfo(clickNodeId);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets1682 public getClickNodeChildrenInfo(): NodeInfoView[] {
1684 return this.listNodeDataSource.getClickNodeChildrenInfo(clickNodeId);
3671 public getClickNodeChildrenInfo(nodeId: number): NodeInfoView[] {