Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js678 popUpText: "", property in S.constructor.popUpInfo
773 this.popUpInfo.popUpText = e
2814 … this.popupForShowTitle.call(this, i.getPopUpInfo().popUpText, i.getPopUpInfo()
3195 … this.popupForShowTitle.call(this, i.getPopUpInfo().popUpText, i.getPopUpInfo()
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/
H A DTreeView.ets663 popUpText: string | Resource,
697 popUpText: '',
747 this.popUpInfo.popUpText = text;
2884 … builder: this.popupForShowTitle(item.getPopUpInfo().popUpText, item.getPopUpInfo().popUpColor,
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets164 popUpText?: string | Resource;
397 popUpText: '',
462 this.popUpInfo.popUpText = text;
4170 …builder: this.popupForShowTitle(this.item.getPopUpInfo().popUpText, this.item.getPopUpInfo().popUp…