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

PopupFrame

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

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

概要


ViewLogic を継承したポップアップのフレームとなるクラスです。

PopupFrame の派生クラスが Popup 内に登録されています。

ポップアップを開くために Popup のメソッドを呼び出すと、登録済みの PopupFrame の派生クラスのインスタンスが生成され、その中にポップアップのコンテンツが入ります。

メソッド


attachPopup()

  • 引数で受け取ったポップアップのコンテンツをフレームに反映します。ポップアップのカスタマイズを行う際に、このメソッドを派生クラスでオーバーライドしてください。