Searched refs:getPopUpInfo (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/ |
H A D | treeview.js | 756 getPopUpInfo() { method in S 2812 Column.bindPopup(i.getPopUpInfo().popUpIsShow, { 2814 … this.popupForShowTitle.call(this, i.getPopUpInfo().popUpText, i.getPopUpInfo() 2815 .popUpColor, i.getPopUpInfo().popUpTextColor) 2819 popupColor: i.getPopUpInfo().popUpColor, 2821 enableArrow: i.getPopUpInfo().popUpEnableArrow 3193 Column.bindPopup(i.getPopUpInfo().popUpIsShow, { 3195 … this.popupForShowTitle.call(this, i.getPopUpInfo().popUpText, i.getPopUpInfo() 3196 .popUpColor, i.getPopUpInfo().popUpTextColor) 3200 popupColor: i.getPopUpInfo().popUpColor, [all …]
|
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/ |
H A D | TreeView.ets | 730 getPopUpInfo() { 2883 .bindPopup(item.getPopUpInfo().popUpIsShow, { 2884 … builder: this.popupForShowTitle(item.getPopUpInfo().popUpText, item.getPopUpInfo().popUpColor, 2885 item.getPopUpInfo().popUpTextColor), 2888 popupColor: item.getPopUpInfo().popUpColor, 2890 enableArrow: item.getPopUpInfo().popUpEnableArrow
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/ |
H A D | treeview.ets | 445 getPopUpInfo(): PopUpInfo { 4169 .bindPopup(this.item.getPopUpInfo().popUpIsShow, { 4170 …builder: this.popupForShowTitle(this.item.getPopUpInfo().popUpText, this.item.getPopUpInfo().popUp… 4171 this.item.getPopUpInfo().popUpTextColor), 4174 popupColor: this.item.getPopUpInfo().popUpColor, 4176 enableArrow: this.item.getPopUpInfo().popUpEnableArrow,
|