| Package | mx.core |
| Class | public class FlexLoader |
| Inheritance | FlexLoader flash.display.Loader |
toString() method
to return a string indicating the location of the object
within the hierarchy of DisplayObjects in the application.
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| FlexLoader | ||
|
toString():String
Returns a string indicating the location of this object
within the hierarchy of DisplayObjects in the Application.
| FlexLoader | ||
| FlexLoader | () | constructor |
public function FlexLoader()Constructor.
Sets the name property to a string
returned by the createUniqueName()
method of the mx.utils.NameUtils class.
"FlexLoader13".
See also
| toString | () | method |
public override function toString():String
Returns a string indicating the location of this object
within the hierarchy of DisplayObjects in the Application.
This string, such as "MyApp0.HBox5.FlexLoader13",
is built by the displayObjectToString() method
of the mx.utils.NameUtils class from the name
property of the object and its ancestors.
String — A String indicating the location of this object
within the DisplayObject hierarchy.
|
See also