Packageorg.samchon.protocol.movie
Classpublic class TitleWindow
InheritanceTitleWindow Inheritance TitleWindow Inheritance 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



Protected Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
TitleWindow(window:Window = null)
Constructor from parent Window.
TitleWindow
 Inherited
close():void
TitleWindow
  
createPopUp(window:Window, $class:Class):TitleWindow
[static] Static factory method for TitleWindow.
TitleWindow
  
replyData(invoke:Invoke):void
TitleWindow
  
sendData(invoke:Invoke):void
TitleWindow
Protected Methods
 MethodDefined By
 Inherited
closeButton_clickHandler(event:MouseEvent):void
[override]
TitleWindow
  
creationCompleted(event:FlexEvent):void
Handler of Creation Complete.
TitleWindow
Property Detail
creationFlagproperty
protected var creationFlag:Boolean = false

Whether the creation was completed or not

movieproperty 
movie:Movie  [read-only]

Pointer of Movie from Window


Implementation
    protected function get movie():Movie
windowproperty 
protected var window:Window

Parent Window who made this TitleWindow

Constructor Detail
TitleWindow()Constructor
public function TitleWindow(window:Window = null)

Constructor from parent Window.

Parameters
window:Window (default = null) — Parent Window who made this TitleWindow
Method Detail
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

Returns
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 
public function replyData(invoke:Invoke):void

Parameters

invoke:Invoke

sendData()method 
public function sendData(invoke:Invoke):void

Parameters

invoke:Invoke