Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js674 this.popUpInfo = { class in S.constructor
757 return this.popUpInfo
761 this.popUpInfo.popUpIsShow = e
765 this.popUpInfo.popUpEnableArrow = e
769 this.popUpInfo.popUpColor = e
773 this.popUpInfo.popUpText = e
777 this.popUpInfo.popUpTextColor = e
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/
H A DTreeView.ets660 private popUpInfo: { popUpIsShow: boolean,
694 this.popUpInfo = { popUpIsShow: false,
731 return this.popUpInfo;
735 this.popUpInfo.popUpIsShow = isShow;
739 this.popUpInfo.popUpEnableArrow = popUpEnableArrow;
743 this.popUpInfo.popUpColor = color;
747 this.popUpInfo.popUpText = text;
751 this.popUpInfo.popUpTextColor = popUpTextColor;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets370 private popUpInfo: PopUpInfo;
393 this.popUpInfo = {
446 return this.popUpInfo;
450 this.popUpInfo.popUpIsShow = isShow;
454 this.popUpInfo.popUpEnableArrow = popUpEnableArrow;
458 this.popUpInfo.popUpColor = color;
462 this.popUpInfo.popUpText = text;
466 this.popUpInfo.popUpTextColor = popUpTextColor;