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


Definition at line 5 of file LabelButton.as.
Public Member Functions | |
| function get | LabelTitle () |
| function set | LabelTitle (aValue:String) |
| function get | LabelTextWidth () |
| function get | LabelInstanceName () |
| function set | LabelInstanceName (aValue:String) |
| function get | LabelContainerInstanceName () |
| function set | LabelContainerInstanceName (aValue:String) |
| function | LabelButton () |
| function | initializeLabel () |
Private Attributes | |
| var | Label:TextField |
| var | mcLabelContainer:MovieClip |
| var | mLabelTitle:String |
| var | mLabelInstanceName:String |
| var | mLabelContainerInstanceName:String |
| function gugga.components.LabelButton.LabelButton | ( | ) |
Definition at line 29 of file LabelButton.as.
| function get gugga.components.LabelButton.LabelTitle | ( | ) |
Definition at line 11 of file LabelButton.as.
| function set gugga.components.LabelButton.LabelTitle | ( | aValue:String | ) |
Definition at line 12 of file LabelButton.as.
| function get gugga.components.LabelButton.LabelTextWidth | ( | ) |
Definition at line 18 of file LabelButton.as.
| function get gugga.components.LabelButton.LabelInstanceName | ( | ) |
Definition at line 21 of file LabelButton.as.
| function set gugga.components.LabelButton.LabelInstanceName | ( | aValue:String | ) |
Definition at line 22 of file LabelButton.as.
| function get gugga.components.LabelButton.LabelContainerInstanceName | ( | ) |
Definition at line 25 of file LabelButton.as.
| function set gugga.components.LabelButton.LabelContainerInstanceName | ( | aValue:String | ) |
Definition at line 26 of file LabelButton.as.
| function gugga.components.LabelButton.initializeLabel | ( | ) |
Definition at line 37 of file LabelButton.as.
References gugga.common.UIComponentEx.getComponent(), and gugga.common.UIComponentEx.getComponentByPath().
Here is the call graph for this function:

var gugga.components.LabelButton.Label [private] |
Definition at line 7 of file LabelButton.as.
var gugga.components.LabelButton.mcLabelContainer [private] |
Definition at line 8 of file LabelButton.as.
var gugga.components.LabelButton.mLabelTitle [private] |
Definition at line 10 of file LabelButton.as.
var gugga.components.LabelButton.mLabelInstanceName [private] |
Definition at line 20 of file LabelButton.as.
var gugga.components.LabelButton.mLabelContainerInstanceName [private] |
Definition at line 24 of file LabelButton.as.
1.5.2