| Package | org.samchon.protocol.movie |
| Class | public class TitleWindow |
| Inheritance | TitleWindow TitleWindow spark.components.TitleWindow |
| Implements | IProtocol |
TitleWindow is generated by Window having IProtocol.
Although a TitleWindow can be made by Movie, make it in Window.
Default MXML PropertymxmlContentFactory
| Property | Defined By | ||
|---|---|---|---|
| creationFlag : Boolean = false
Whether the creation was completed or not
| TitleWindow | ||
| movie : Movie [read-only]
Pointer of Movie from Window
| TitleWindow | ||
| window : Window
Parent Window who made this TitleWindow
| TitleWindow | ||
| Method | Defined By | ||
|---|---|---|---|
TitleWindow(window:Window = null)
Constructor from parent Window. | TitleWindow | ||
![]() | close():void | TitleWindow | |
[static]
Static factory method for TitleWindow. | TitleWindow | ||
| TitleWindow | |||
| TitleWindow | |||
| Method | Defined By | ||
|---|---|---|---|
![]() | closeButton_clickHandler(event:MouseEvent):void [override] | TitleWindow | |
creationCompleted(event:FlexEvent):void
Handler of Creation Complete. | TitleWindow | ||
| creationFlag | property |
protected var creationFlag:Boolean = falseWhether the creation was completed or not
| movie | property |
movie:Movie [read-only] Pointer of Movie from Window
protected function get movie():Movie| window | property |
protected var window:WindowParent Window who made this TitleWindow
| TitleWindow | () | Constructor |
public function TitleWindow(window:Window = null)
Constructor from parent Window.
Parameterswindow:Window (default = null) — Parent Window who made this TitleWindow
|
| createPopUp | () | method |
public static function createPopUp(window:Window, $class:Class):TitleWindow
Static factory method for TitleWindow.
Does not recommend to create TitleWindow by this. Use each createPopUp method in Window and Movie
Parameters
window:Window — Parent Window
| |
$class:Class — Target TitleWindow class to create
|
TitleWindow |
See also
| creationCompleted | () | method |
protected function creationCompleted(event:FlexEvent):void
Handler of Creation Complete.
If you want to do something more, override this method.
Parameters
event:FlexEvent |
| replyData | () | method |
| sendData | () | method |