Package | org.samchon.protocol.movie |
Class | public class Movie |
Inheritance | Movie ![]() ![]() |
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
Property | Defined By | ||
---|---|---|---|
fileName : String [read-only]
The name of HTML file containning contents of this Movie. | Movie | ||
![]() | padding : int [write-only] | VGroup | |
window : Window
Parent Window containning this Movie. | Movie |
Property | Defined By | ||
---|---|---|---|
creationFlag : Boolean = false
Whether the creation was completed or not. | Movie |
Method | Defined By | ||
---|---|---|---|
Constructor from window. | Movie | ||
createPopUp($class:Class):TitleWindow
Create a Pop-up; TitleWindow. | Movie | ||
Get Window. | Movie | ||
Movie | |||
Movie | |||
toHTML():String
Converts this movie's contents to HTML. | Movie |
Method | Defined By | ||
---|---|---|---|
creationCompleted(event:FlexEvent):void
Handler of Creation Complete. | Movie |
creationFlag | property |
protected var creationFlag:Boolean = false
Whether the creation was completed or not.
fileName | property |
fileName:String
[read-only]
The name of HTML file containning contents of this Movie.
public function get fileName():String
window | property |
Movie | () | Constructor |
public function Movie(window:Window)
Constructor from window.
Parameterswindow:Window — Window containing this Movie.
|
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
|
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 |
replyData | () | method |
sendData | () | method |
toHTML | () | method |
public function toHTML():String
Converts this movie's contents to HTML.
ReturnsString |