| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.system.ObjectDumper
Field Summary | |
| public static | dumpComponents: Boolean |
| controls whether a components properties will be iterated over | |
Method Summary | |
| public static | dump ( o: Object, depth: Number, name: String, maxDepth: Number ): String |
| recursive print function | |
| public static | dumpToLog ( o: Object, name: String, maxDepth: Number ): Void |
| dump the object to the global logger | |
| public static | dumpToTrace ( o: Object, name: String, maxDepth: Number ): Void |
| dump the object to trace | |
| public static var dumpComponents: Boolean |
| controls whether a components properties will be iterated over |
|
| recursive print function |
|
| dump the object to the global logger |
|
| dump the object to trace |