The DecoratorUtils class contains helper methods
required to build chain-able decorators
(gs.display.decorators).
public static function buildMethods(methds:Array):Dictionary
Build the methods lookup from an
array of strings - which are method
names.
Parameters
| methds:Array — An array of strings - which are method names.
|
Returns
public static function buildProps(prps:Array):Dictionary
Build the properties lookup from an
array of strings - which are property
names.
Parameters
| prps:Array — An array of strings - which are property names.
|
Returns