![]() | ![]() |


Definition at line 15 of file SectionLoader.as.
Public Member Functions | |
| function get | Section () |
| function get | SectionInstanceName () |
| function set | SectionInstanceName (aValue:String) |
| function get | AutoInitializeSection () |
| function set | AutoInitializeSection (aValue:Boolean) |
| function | isImmediatelyInterruptable () |
| function | interrupt () |
| function get | ContentParameters () |
| function set | ContentParameters (aValue:HashTable) |
| function get | LockContentRoot () |
| function set | LockContentRoot (aValue:Boolean) |
| function | load (pContentPath:String) |
Private Member Functions | |
| function | onLoadInit () |
| function | onSectionUIInitialized () |
| function | onSectionInitialized (ev) |
| function | onLoadComplete () |
Private Attributes | |
| var | mSection: gugga.application.Section |
| var | mSectionInstanceName: String = "Section" |
| var | mAutoInitializeSection: Boolean = true |
| var | mIsInitializingSection: Boolean = false |
| var | mUIInitializedListener: Listener |
| var | mInitializedListener: Listener |
| var | mContentParameters: HashTable |
| var | mLockContentRoot: Boolean |
| var | mIsInterrupting: Object |
| function get gugga.components.SectionLoader.Section | ( | ) |
Definition at line 20 of file SectionLoader.as.
| function get gugga.components.SectionLoader.SectionInstanceName | ( | ) |
Definition at line 23 of file SectionLoader.as.
| function set gugga.components.SectionLoader.SectionInstanceName | ( | aValue:String | ) |
Definition at line 24 of file SectionLoader.as.
| function get gugga.components.SectionLoader.AutoInitializeSection | ( | ) |
Definition at line 27 of file SectionLoader.as.
| function set gugga.components.SectionLoader.AutoInitializeSection | ( | aValue:Boolean | ) |
Definition at line 28 of file SectionLoader.as.
| function gugga.components.SectionLoader.onLoadInit | ( | ) | [private] |
Reimplemented from gugga.components.ImageLoader.
Definition at line 37 of file SectionLoader.as.
References gugga.common.UIComponentEx.dispatchEvent(), and gugga.common.UIComponentEx.getComponentByPath().
Here is the call graph for this function:

| function gugga.components.SectionLoader.onSectionUIInitialized | ( | ) | [private] |
Definition at line 51 of file SectionLoader.as.
References gugga.common.UIComponentEx.dispatchEvent().
Here is the call graph for this function:

| function gugga.components.SectionLoader.onSectionInitialized | ( | ev | ) | [private] |
Definition at line 67 of file SectionLoader.as.
References gugga.common.UIComponentEx.dispatchEvent().
Here is the call graph for this function:

| function gugga.components.SectionLoader.isImmediatelyInterruptable | ( | ) |
| function gugga.components.SectionLoader.interrupt | ( | ) |
Reimplemented from gugga.components.ImageLoader.
Definition at line 96 of file SectionLoader.as.
References gugga.common.UIComponentEx.dispatchEvent().
Here is the call graph for this function:

| function get gugga.components.SectionLoader.ContentParameters | ( | ) |
| function set gugga.components.SectionLoader.ContentParameters | ( | aValue:HashTable | ) |
| function get gugga.components.SectionLoader.LockContentRoot | ( | ) |
| function set gugga.components.SectionLoader.LockContentRoot | ( | aValue:Boolean | ) |
| function gugga.components.SectionLoader.load | ( | pContentPath:String | ) |
Definition at line 126 of file SectionLoader.as.
| function gugga.components.SectionLoader.onLoadComplete | ( | ) | [private] |
var gugga.components.SectionLoader.mSection [private] |
Definition at line 19 of file SectionLoader.as.
var gugga.components.SectionLoader.mSectionInstanceName [private] |
Definition at line 22 of file SectionLoader.as.
var gugga.components.SectionLoader.mAutoInitializeSection [private] |
Definition at line 26 of file SectionLoader.as.
var gugga.components.SectionLoader.mIsInitializingSection [private] |
Definition at line 31 of file SectionLoader.as.
var gugga.components.SectionLoader.mUIInitializedListener [private] |
Definition at line 34 of file SectionLoader.as.
var gugga.components.SectionLoader.mInitializedListener [private] |
Definition at line 35 of file SectionLoader.as.
var gugga.components.SectionLoader.mContentParameters [private] |
var gugga.components.SectionLoader.mLockContentRoot [private] |
var gugga.components.SectionLoader.mIsInterrupting [private] |
Definition at line 122 of file SectionLoader.as.
1.5.2