BiLoaderAction
This class is used to send or receive data through a loader.
This class extends BiReference and therefore all methods and fields available for BiReference are also available for BiLoaderAction .
Constructor
new BiLoaderAction ( )
Parameters
No parameters.
Properties
| Name | Type | get | set | Descripton |
dataType | String | ![]() | ![]() | The type of data to fetch. This is used internally to set which type of loader is used and which field to fetch as the data from the loader once it is completed. Supported types are: Text, JSON, XML. In order to use JSON, the package "loaders" must be loaded. |
uri | | ![]() | ![]() | The URI of the data to load |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
This class sets src and name properties internally to reference the needed loader class and method.
