flex data management
flex provides the following set of features for working with data in your applications: data services, binding, validation, and formatting. these features let you perform the following tasks using mxml tags:
send data to server-side data sources
receive data from server-side data sources
pass data between client-side objects
store data in client-side objects
validate data before using it
format data before displaying it in the user interface
flex中的数据管理
在flex中提供的数据管理主要包括如下几种:
数据服务
数据绑定
数据验证
数据格式化
在flex中允许我们使用mxml标签来使用其功能:
向服务器端数据源发送数据
接受服务器端传送的数据
在服务器端和客户端传递数据
存储客户端数据对象
验证数据有效性
格式化数据输出
闽公网安备 35060202000074号