チェンジセット 713
- コミット日時:
- 2008/06/26 13:02:56 (2 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/GeniusFramework/app-template/src/genius/views/MainBase.as
r623 r713 14 14 15 15 public class MainBase extends ViewBase 16 { 17 //-------------------------------------------------------------------------- 18 // 19 // Properties 20 // 21 //-------------------------------------------------------------------------- 22 23 //---------------------------------- 24 // UIComponents 25 //---------------------------------- 26 16 { 27 17 public var viewStack:ViewStack; 28 18 29 //-------------------------------------------------------------------------- 30 // 31 // Methods 32 // 33 //-------------------------------------------------------------------------- 19 override protected function initializeView():void 20 { 21 BindingUtils.bindSetter(setStateData, ApplicationManager.instance, 'state'); 22 } 34 23 35 24 private function setStateData(data:Object):void … … 49 38 } 50 39 51 //--------------------------------------------------------------------------52 //53 // Overridden handlers54 //55 //--------------------------------------------------------------------------56 57 override protected function initializeHandler(event:FlexEvent):void58 {59 BindingUtils.bindSetter(setStateData, ApplicationManager.instance, 'state');60 }61 62 40 } 63 41 }
