ModelessFrame
モジュールパス: /alier_sys/Popup.js
---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
ProtoViewLogic <|-- ViewLogic
ViewLogic <|-- PopupFrame
PopupFrame <|-- ModelessFrame
link ViewLogic "/ApplicationFrameworkReferences/Components/View/viewlogic"
link ProtoViewLogic "/ApplicationFrameworkReferences/Components/View/protoviewlogic"
link PopupFrame "../frame"
概要
モードレスポップアップのフレームであり、ポップアップのコンテンツとして PopupContainer
を受け取るクラスです。
メソッド
オーバーライド
loadContainer()
: 継承元のloadContainer()
の処理後にAlierView
が存在することを確認する処理を追加しています。そのため引数のHTMLには<alier-view>
タグが必要です。
attachPopup()
- 受け取ったポップアップのコンテンツをフレームの
AlierView
にアタッチします。