home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import com.flex.RegForm;
- import flash.display.Sprite;
- import mx.binding.IWatcherSetupUtil;
- import mx.binding.PropertyWatcher;
- import mx.binding.StaticPropertyWatcher;
- import mx.core.Application;
- import mx.core.IFlexModuleFactory;
-
- public class _com_flex_RegFormWatcherSetupUtil extends Sprite implements IWatcherSetupUtil
- {
- public function _com_flex_RegFormWatcherSetupUtil()
- {
- super();
- }
-
- public static function init(param1:IFlexModuleFactory) : void
- {
- RegForm.watcherSetupUtil = new _com_flex_RegFormWatcherSetupUtil();
- }
-
- public function setup(param1:Object, param2:Function, param3:Array, param4:Array) : void
- {
- param4[3] = new PropertyWatcher("welcome",{"propertyChange":true},[param3[13],param3[9],param3[11],param3[1],param3[3],param3[7],param3[5]],param2);
- param4[0] = new StaticPropertyWatcher("application",null,[param3[0]],null);
- param4[1] = new PropertyWatcher("systemInfo",null,[param3[0]],null);
- param4[2] = new PropertyWatcher("webServiceUrl",null,[param3[0]],null);
- param4[4] = new PropertyWatcher("regBox",{"propertyChange":true},[param3[2],param3[4],param3[8],param3[6],param3[14],param3[10],param3[12]],param2);
- param4[3].updateParent(param1);
- param4[0].updateParent(Application);
- param4[0].addChild(param4[1]);
- param4[1].addChild(param4[2]);
- param4[4].updateParent(param1);
- }
- }
- }
-
-