| Package | org.samchon.protocol.movie |
| Class | public class SubMovie |
| Inheritance | SubMovie spark.components.Group |
| Implements | IMovie |
SubMovie is contained in Movie or another parent SubMovie. Thus, the SubMovie can be composed hierarchically.
Default MXML PropertymxmlContent
See also
| Property | Defined By | ||
|---|---|---|---|
| parentMovie : IMovie
Parent IMovie containning current SubMovie. | SubMovie | ||
| Property | Defined By | ||
|---|---|---|---|
| creationFlag : Boolean = false
Whether the creation was completed or not. | SubMovie | ||
| movie : Movie [read-only]
Get Movie from related. | SubMovie | ||
| titleWindow : SubMovieTitleWindow
Pointer of SubMovieTitleWindow created in SubMovie. | SubMovie | ||
| window : Window [read-only]
Get Window from related. | SubMovie | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor from parent movie. | SubMovie | ||
createPopUp($class:Class):SubMovieTitleWindow
Create a Pop-up, SubMovieTitleWindow
| SubMovie | ||
| SubMovie | |||
| SubMovie | |||
| Method | Defined By | ||
|---|---|---|---|
creationCompleted(event:FlexEvent):void
Handler of Creation Complete. | SubMovie | ||
| creationFlag | property |
protected var creationFlag:Boolean = false
Whether the creation was completed or not.
| movie | property |
| parentMovie | property |
public var parentMovie:IMovie
Parent IMovie containning current SubMovie.
The parent can be not only Movie but also SubMovie.
The default value is Can't be null.
| titleWindow | property |
| window | property |
window:Window [read-only]
Get Window from related.
protected function get window():Window| SubMovie | () | Constructor |
public function SubMovie(parentMovie:IMovie = null)
Constructor from parent movie.
ParametersparentMovie:IMovie (default = null) — Parent object containning this SubMovie
|
| createPopUp | () | method |
public function createPopUp($class:Class):SubMovieTitleWindow
Create a Pop-up, SubMovieTitleWindow
Parameters
$class:Class — Target TitleWindow class wants to create that is dervied from TitleWindow
|
SubMovieTitleWindow — The SubMovieTitleWindow 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 |
| replyData | () | method |
| sendData | () | method |