no versions found for ApplicationFrameworkReferences / Utility/Popup/messageboxframe / en

MessageboxFrame

モジュールパス: /alier_sys/Popup.js

--- config: class: hideEmptyMembersBox: true --- classDiagram direction LR ProtoViewLogic <|-- ViewLogic ViewLogic <|-- PopupFrame PopupFrame <|-- MessageboxFrame link ViewLogic "/ApplicationFrameworkReferences/Components/View/ViewLogic/viewlogic" link ProtoViewLogic "/ApplicationFrameworkReferences/Components/View/Protoviewlogic/protoviewlogic" link PopupFrame "../frame"

概要


モーダルポップアップのフレームであり、ポップアップのコンテンツとして PopupContainer 以外を受け取るクラスです。

メソッド


オーバーライド

  • messageHandler(): メッセージ { id: "close" }{ id: "modalOverlay" } のメッセージを受け取る処理を追加しています。そのため派生クラスでオーバーライドする際は super.messageHandler を呼ぶ必要があります。

attachPopup()

  • 受け取ったポップアップのコンテンツをフレームに反映します。

プロパティ


envelope

ポップアップの結果で解決されるプロミスのラッパーです。

Envelope

詳細

ポップアップを閉じる際の結果で解決されます。