<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    隨筆-75  評論-193  文章-5  trackbacks-0
    P984
    Data binding requires a source property, a destination property, and a triggering event that
    indicates when to copy the data from the source to the destination.

    數據綁定需要一個源,一個目標和需要從源拷貝數據到目的一個觸發事件。

    注意:這句話解釋了數據綁定的本質。也引出了下面的一段話。

    You can use all properties of a component as the destination of a data binding expression.
    However, to use a property as the source of a data binding expression,the component must be
    implemented to support data binding, which means that the component dispatches an event
    when the value of the property changes to trigger the binding
    .
    For more information on
    creating component properties that can be used as the source of a data binding expression, see
    “Bindable metadata tag” in Creating and Extending Flex 2 Components.

    上面這段話的關鍵含義在于有下劃線的這一段: 控件必須支持數據綁定,這意味著當屬性改變時控件必須發送一個事件來觸發數據綁定的操作。

    In addition to properties, you can use ActionScript functions as the source of binding
    expressions. You usually do this when using a bindable property as an argument of a function.
    When the property changes, the function executes, and the result is used in the binding
    destination.

    對于實行,可以使用ActionScript的函數做為綁定表達式的源。通常可以使用一個綁定的屬性做為函數的參數,這樣當屬性變化時,函數將會執行,結果就會被綁定的目的使用。

    注:對上面一段話有了初步的理解,不過最好能有一個例子說明,可惜還沒看到:(

    You can also use a property of type Function as a binding source or destination. A property of
    type Function is a variable that holds a reference to a function.

    注:這也是一個說明函數與數據綁定相關的使用方法。
    下面終于就要講到數據綁定的具體使用方法了。

    Binding data with curly braces

    舉例如下:
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="<!-- Data model stores registration data that user enters. -->
    <mx:Model id="reg">
    ???<registration>
    ??????<name>{name.text}</name>
    ??????<email>{email.text}</email>
    ??????<phone>{phone.text}</phone>
    ??????<zip>{zip.text}</zip>
    ??????<ssn>{ssn.text}</ssn>
    ???</registration>
    </mx:Model>
    <!-- Form contains user input controls. -->
    <mx:Form>
    ???<mx:FormItem label="Name" required="true">
    ??????<mx:TextInput id="name" width="200"/>
    ???</mx:FormItem>
    ???<mx:FormItem label="Email" required="true">
    ??????<mx:TextInput id="email" width="200"/>
    ???</mx:FormItem>
    ???<mx:FormItem label="Phone" required="true">
    ??????<mx:TextInput id="phone" width="200"/>
    ???</mx:FormItem>
    ???<mx:FormItem label="Zip" required="true">
    ??????<mx:TextInput id="zip" width="60"/>
    ???</mx:FormItem>
    ???<mx:FormItem label="Social Security" required="true">
    ??????<mx:TextInput id="ssn" width="200"/>
    ???</mx:FormItem>
    ???...
    </mx:Form>
    </mx:Application>

    上面的例子很清楚的說明了使用{}做為數據綁定的用法。不過在上面的例子中使用到了DataModel,關于Data Models請參見?Chapter 38, “Storing Data,” on page 1001。
    主站蜘蛛池模板: 亚洲真人日本在线| 四虎国产精品免费久久影院| 亚洲av无码乱码国产精品fc2 | 亚洲av无码不卡| 13小箩利洗澡无码视频网站免费| 亚洲国产日韩在线视频| 日韩电影免费观看| 亚洲日本香蕉视频观看视频| 国产成人精品久久免费动漫| 中中文字幕亚洲无线码| 国产真人无遮挡作爱免费视频 | 亚洲天堂一区在线| 18禁无遮挡无码网站免费| 亚洲人av高清无码| 亚洲男人的天堂在线va拉文| 在线观看片免费人成视频播放| 亚洲av色福利天堂| 青青青国产在线观看免费| 亚洲欧美日韩国产成人| 国产一区二区三区在线观看免费| 深夜久久AAAAA级毛片免费看| 亚洲色婷婷一区二区三区| 99re热精品视频国产免费| 亚洲成av人无码亚洲成av人| 爱情岛论坛网亚洲品质自拍| 午夜老司机永久免费看片| 亚洲欧美精品午睡沙发| 亚洲美女又黄又爽在线观看| 91香蕉成人免费网站| 色吊丝免费观看网站| 亚洲成在人天堂一区二区| 成年轻人网站色免费看| 99久久成人国产精品免费| 亚洲免费在线视频观看| 免费在线观看你懂的| 精品无码人妻一区二区免费蜜桃| 亚洲精品女同中文字幕| 亚洲网址在线观看你懂的| 国产又大又黑又粗免费视频| 国产羞羞的视频在线观看免费| 久久精品国产亚洲αv忘忧草|