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


Definition at line 12 of file SectionAttacher.as.
Public Member Functions | |
| function get | Section () |
| function get | SectionLinkage () |
| function set | SectionLinkage (aValue:String) |
| function get | AutoInitializeSection () |
| function set | AutoInitializeSection (aValue:Boolean) |
| function | start () |
| function | unloadData () |
| function | isRunning () |
| function | isImmediatelyInterruptable () |
| function | interrupt () |
Private Member Functions | |
| function | onSectionUIInitialized () |
| function | onSectionInitialized (ev) |
Private Attributes | |
| var | mSection: gugga.application.Section |
| var | mSectionLinkage: String |
| var | mAutoInitializeSection: Boolean = true |
| var | mIsRunning: Boolean = false |
| var | mIsInitializingSection: Boolean = false |
| var | mIsInterrupting: Boolean = false |
| var | mUIInitializedListener: Listener |
| var | mInitializedListener: Listener |
| function get gugga.components.SectionAttacher.Section | ( | ) |
Definition at line 17 of file SectionAttacher.as.
| function get gugga.components.SectionAttacher.SectionLinkage | ( | ) |
Definition at line 20 of file SectionAttacher.as.
| function set gugga.components.SectionAttacher.SectionLinkage | ( | aValue:String | ) |
Definition at line 21 of file SectionAttacher.as.
| function get gugga.components.SectionAttacher.AutoInitializeSection | ( | ) |
Definition at line 24 of file SectionAttacher.as.
| function set gugga.components.SectionAttacher.AutoInitializeSection | ( | aValue:Boolean | ) |
Definition at line 25 of file SectionAttacher.as.
| function gugga.components.SectionAttacher.start | ( | ) |
Definition at line 34 of file SectionAttacher.as.
References gugga.common.UIComponentEx.dispatchEvent().
Here is the call graph for this function:

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

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

| function gugga.components.SectionAttacher.isRunning | ( | ) |
Definition at line 93 of file SectionAttacher.as.
| function gugga.components.SectionAttacher.isImmediatelyInterruptable | ( | ) |
Definition at line 98 of file SectionAttacher.as.
| function gugga.components.SectionAttacher.interrupt | ( | ) |
Definition at line 110 of file SectionAttacher.as.
References gugga.common.UIComponentEx.dispatchEvent().
Here is the call graph for this function:

var gugga.components.SectionAttacher.mSection [private] |
Definition at line 16 of file SectionAttacher.as.
var gugga.components.SectionAttacher.mSectionLinkage [private] |
Definition at line 19 of file SectionAttacher.as.
var gugga.components.SectionAttacher.mAutoInitializeSection [private] |
Definition at line 23 of file SectionAttacher.as.
var gugga.components.SectionAttacher.mIsRunning [private] |
Definition at line 27 of file SectionAttacher.as.
var gugga.components.SectionAttacher.mIsInitializingSection [private] |
Definition at line 28 of file SectionAttacher.as.
var gugga.components.SectionAttacher.mIsInterrupting [private] |
Definition at line 29 of file SectionAttacher.as.
var gugga.components.SectionAttacher.mUIInitializedListener [private] |
Definition at line 31 of file SectionAttacher.as.
var gugga.components.SectionAttacher.mInitializedListener [private] |
Definition at line 32 of file SectionAttacher.as.
1.5.2