Transferobject Interface - MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

TransferObject interface

ActionScript Class Name
The TransferObject interface defines a set of methods that items managed by the DataSet
component must implement. The
transfer object class that is instantiated each time a new item is needed. You can also specify this
property for a selected DataSet component using the Property inspector.
Method summary for the TransferObject interface
The following table lists methods of the TransferObject interface.
Method
TransferObject.clone()
TransferObject.getPropertyData()
TransferObject.setPropertyData()
TransferObject.clone()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
class itemClass implements mx.data.to.TransferObject {
function clone() {
// your code here
}
}
Parameters
None.
Returns
A copy of the transfer object.
Description
Method; creates an instance of the transfer object. The implementation of this method creates a
copy of the existing transfer object and its properties and then returns that object.
756
Chapter 6: Components Dictionary
mx.data.to.TransferObject
DataSet.itemClassName
Description
Creates a new instance of the transfer object.
Returns the data for this transfer object.
Sets the data for this transfer object.
CHAPTER 6
Components Dictionary
property specifies the name of the

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents