public class _com_flex_steps_LoginFormWatcherSetupUtil extends Sprite implements IWatcherSetupUtil
{
public function _com_flex_steps_LoginFormWatcherSetupUtil()
{
super();
}
public static function init(param1:IFlexModuleFactory) : void
{
LoginForm.watcherSetupUtil = new _com_flex_steps_LoginFormWatcherSetupUtil();
}
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[3] = new PropertyWatcher("btn",{"propertyChange":true},[bindings[2]],propertyGetter);
watchers[0] = new PropertyWatcher("resourceManager",{"unused":true},[bindings[4],bindings[6],bindings[1],bindings[3],bindings[7],bindings[5],bindings[0]],propertyGetter);
watchers[2] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["login","TEXT"];
},{"change":true},[bindings[1]],null);
watchers[4] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["login","PARENT_EMAIL"];
},{"change":true},[bindings[3]],null);
watchers[8] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["login","GO_REGISTRATION"];
},{"change":true},[bindings[7]],null);
watchers[6] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["login","FORGOT_PASSWORD"];
},{"change":true},[bindings[5]],null);
watchers[1] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["login","LOGIN"];
},{"change":true},[bindings[0]],null);
watchers[7] = new FunctionReturnWatcher("getString",target,function():Array
{
return ["login","LOGIN"];
},{"change":true},[bindings[6]],null);
watchers[5] = new FunctionReturnWatcher("getString",target,function():Array