public class _com_flex_steps_RegFormStep1WatcherSetupUtil extends Sprite implements IWatcherSetupUtil
{
public function _com_flex_steps_RegFormStep1WatcherSetupUtil()
{
super();
}
public static function init(param1:IFlexModuleFactory) : void
{
RegFormStep1.watcherSetupUtil = new _com_flex_steps_RegFormStep1WatcherSetupUtil();
}
public function setup(param1:Object, param2:Function, param3:Array, param4:Array) : void
{
var target:Object = param1;
var propertyGetter:Function = param2;
var bindings:Array = param3;
var watchers:Array = param4;
watchers[0] = new PropertyWatcher("resourceManager",{"unused":true},[bindings[4],bindings[9],bindings[6],bindings[1],bindings[3],bindings[10],bindings[7],bindings[5],bindings[0]],propertyGetter);
watchers[2] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["registration","CREATE_ACCOUNT"];
},{"change":true},[bindings[1]],null);
watchers[4] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["registration","PARENT_MAIL"];
},{"change":true},[bindings[3]],null);
watchers[8] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["registration","COUNTRY"];
},{"change":true},[bindings[7]],null);
watchers[11] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["registration","CLICK_HERE_TO_LOGIN"];
},{"change":true},[bindings[10]],null);
watchers[6] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["registration","PARENT_LAST_NAME"];
},{"change":true},[bindings[5]],null);
watchers[1] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["registration","PARENT_DETAILS"];
},{"change":true},[bindings[0]],null);
watchers[10] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["registration","NEXT"];
},{"change":true},[bindings[9]],null);
watchers[7] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["registration","PARENT_PASSWORD"];
},{"change":true},[bindings[6]],null);
watchers[5] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["registration","PARENT_FIRST_NAME"];
},{"change":true},[bindings[4]],null);
watchers[3] = new PropertyWatcher("nextBtn",{"propertyChange":true},[bindings[2]],propertyGetter);
watchers[9] = new PropertyWatcher("countries",{"propertyChange":true},[bindings[8]],propertyGetter);