Home
last modified time | relevance | path

Searched refs:PopupComponent (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component.h66 class PopupComponent : public ComposedComponent {
67 DECLARE_ACE_TYPE(PopupComponent, ComposedComponent);
70 PopupComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in PopupComponent() function
76 PopupComponent(const ComposeId& id, const std::string& name) : ComposedComponent(id, name) in PopupComponent() function
81 ~PopupComponent() override = default;
H A Dpopup_component_v2.h25 class ACE_EXPORT PopupComponentV2 : public PopupComponent {
26 DECLARE_ACE_TYPE(PopupComponentV2, PopupComponent);
30 : PopupComponent(id, name, child) {} in PopupComponentV2()
31 PopupComponentV2(const ComposeId& id, const std::string& name) : PopupComponent(id, name) {} in PopupComponentV2()
H A Dpopup_element.h41 RefPtr<PopupComponent> GetPopupComponent() const in GetPopupComponent()
55 RefPtr<PopupComponent> popup_;
H A Dpopup_component.cpp22 RefPtr<Element> PopupComponent::CreateElement() in CreateElement()
H A Dpopup_element.cpp29 RefPtr<PopupComponent> popupComponent = AceType::DynamicCast<PopupComponent>(component_); in PerformBuild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_popup.cpp31 popupChild_ = AceType::MakeRefPtr<PopupComponent>(std::to_string(nodeId), nodeName); in DOMPopup()
151 auto popup = AceType::DynamicCast<PopupComponent>(popupChild_); in CallSpecializedMethod()
180 …clickMarker_, [weakChild = WeakPtr<PopupComponent>(popupChild_), weakNode = WeakPtr<DOMNode>(idNod… in BindIdNode()
H A Ddom_popup.h59 RefPtr<PopupComponent> popupChild_;
H A Ddom_document.cpp414 } else if (AceType::InstanceOf<PopupComponent>(component)) { in HandleComponentPostBinding()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/
H A Dpopup.js196 …let y29 = new PopupComponent(typeof PUV2ViewBase !== "undefined" && s29 instanceof PUV2ViewBase ? …
234 export class PopupComponent extends ViewPU { class
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/popup/source/
H A Dpopup.ets198 PopupComponent({
210 export struct PopupComponent {