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
ポップアップの結果で解決されるプロミスのラッパーです。
型
詳細
ポップアップを閉じる際の結果で解決されます。