Packagegs.util
Classpublic class DecoratorUtils

The DecoratorUtils class contains helper methods required to build chain-able decorators (gs.display.decorators).



Public Methods
 MethodDefined by
  
buildMethods(methds:Array):Dictionary
[static] Build the methods lookup from an array of strings - which are method names.
DecoratorUtils
  
buildProps(prps:Array):Dictionary
[static] Build the properties lookup from an array of strings - which are property names.
DecoratorUtils
Method detail
buildMethods()method
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
Dictionary
buildProps()method 
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
Dictionary