チェンジセット 713

差分発生行の前後
無視リスト:
コミット日時:
2008/06/26 13:02:56 (2 ヶ月前)
コミッタ:
seagirl
ログメッセージ:

fix style

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/GeniusFramework/app-template/src/genius/views/MainBase.as

    r623 r713  
    1414 
    1515        public class MainBase extends ViewBase 
    16         { 
    17                 //-------------------------------------------------------------------------- 
    18                 // 
    19                 //  Properties 
    20                 // 
    21                 //-------------------------------------------------------------------------- 
    22                  
    23                 //---------------------------------- 
    24                 //  UIComponents 
    25                 //---------------------------------- 
    26                  
     16        {        
    2717                public var viewStack:ViewStack; 
    2818                 
    29                 //-------------------------------------------------------------------------- 
    30                 // 
    31                 //  Methods 
    32                 // 
    33                 //-------------------------------------------------------------------------- 
     19                override protected function initializeView():void 
     20                { 
     21                        BindingUtils.bindSetter(setStateData, ApplicationManager.instance, 'state'); 
     22                } 
    3423                 
    3524                private function setStateData(data:Object):void 
     
    4938                } 
    5039                 
    51                 //-------------------------------------------------------------------------- 
    52                 // 
    53                 //  Overridden handlers 
    54                 // 
    55                 //-------------------------------------------------------------------------- 
    56                  
    57                 override protected function initializeHandler(event:FlexEvent):void 
    58                 {        
    59                         BindingUtils.bindSetter(setStateData, ApplicationManager.instance, 'state'); 
    60                 } 
    61                  
    6240        } 
    6341}