Packageorg.samchon.protocol.movie
Classpublic class Movie
InheritanceMovie Inheritance VGroup Inheritance spark.components.VGroup
Implements IMovie

Movie is contained in Window.

Movie is correspond with Service in Server, having domain UI components for the Service.

Default MXML PropertymxmlContent

See also

Window
SubMovie
TitleWindow


Public Properties
 PropertyDefined By
  fileName : String
[read-only] The name of HTML file containning contents of this Movie.
Movie
 Inheritedpadding : int
[write-only]
VGroup
  window : Window
Parent Window containning this Movie.
Movie
Protected Properties
 PropertyDefined By
  creationFlag : Boolean = false
Whether the creation was completed or not.
Movie
Public Methods
 MethodDefined By
  
Movie(window:Window)
Constructor from window.
Movie
  
createPopUp($class:Class):TitleWindow
Create a Pop-up; TitleWindow.
Movie
  
Get Window.
Movie
  
replyData(invoke:Invoke):void
Movie
  
sendData(invoke:Invoke):void
Movie
  
toHTML():String
Converts this movie's contents to HTML.
Movie
Protected Methods
 MethodDefined By
  
creationCompleted(event:FlexEvent):void
Handler of Creation Complete.
Movie
Property Detail
creationFlagproperty
protected var creationFlag:Boolean = false

Whether the creation was completed or not.

fileNameproperty 
fileName:String  [read-only]

The name of HTML file containning contents of this Movie.


Implementation
    public function get fileName():String
windowproperty 
public var window:Window

Parent Window containning this Movie.

Constructor Detail
Movie()Constructor
public function Movie(window:Window)

Constructor from window.

Parameters
window:Window — Window containing this Movie.
Method Detail
createPopUp()method
public function createPopUp($class:Class):TitleWindow

Create a Pop-up; TitleWindow.

Parameters

$class:Class — Target TitleWindow class wants to create that is dervied from TitleWindow

Returns
TitleWindow — The TitleWindow to be made
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

getWindow()method 
public function getWindow():Window

Get Window.

Returns
Window
replyData()method 
public function replyData(invoke:Invoke):void

Parameters

invoke:Invoke

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

Parameters

invoke:Invoke

toHTML()method 
public function toHTML():String

Converts this movie's contents to HTML.

Returns
String