Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js675 popUpIsShow: !1, property in S.constructor.popUpInfo
761 this.popUpInfo.popUpIsShow = e
2812 Column.bindPopup(i.getPopUpInfo().popUpIsShow, {
3193 Column.bindPopup(i.getPopUpInfo().popUpIsShow, {
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/
H A DTreeView.ets660 private popUpInfo: { popUpIsShow: boolean,
694 this.popUpInfo = { popUpIsShow: false,
735 this.popUpInfo.popUpIsShow = isShow;
2883 .bindPopup(item.getPopUpInfo().popUpIsShow, {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets161 popUpIsShow: boolean;
394 popUpIsShow: false,
450 this.popUpInfo.popUpIsShow = isShow;
4169 .bindPopup(this.item.getPopUpInfo().popUpIsShow, {