English: Office Open XML main components (Photo credit: Wikipedia)
Prerequisite for this Blog1. Data Binding
2. Events
3. Network Monitor Requesting and Retrieving XML Data from a Remote Server.
Classes / MXML Components
- HTTPService - HTTP GET and POST operations
- WebService - SOAP/WSDL operations
- RemoteObject - remote object connection using AMF
As per MXML 2009, All non visual components should be declared with the Declaration block as below.
1: <fx:Declarations>
2: <!-- Place non-visual elements (e.g., services, value objects) here -->
3: </fx:Declarations>
send() - sends a request to the service
dataProvider - this property is used to fill data to UI components.
No comments:
Post a Comment