Method summary for the Binding class
The following table lists the methods of the Binding class.
Method
Binding.execute()
Constructor for the Binding class
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
new Binding(source, destination, [format], [isTwoWay])
Parameters
A source endpoint of the binding. This parameter is nominally of type
source
mx.data.binding.EndPoint, but can be any ActionScript object that has the required
Endpoint fields (see
"EndPoint class (Flash Professional only)" on page
The destination endpoint of the binding. This parameter is nominally of type
destination
mx.data.binding.EndPoint
Endpoint fields.
An optional object that contains formatting information. The object must have the
format
following properties:
An ActionScript class that extends the class mx.data.binding.DataAccessor.
cls
An object whose properties provide optional settings for the formatter class
settings
specified by
.
cls
An optional Boolean value that specifies whether the new Binding object is
isTwoWay
bidirectional (
) or not (
true
Returns
Nothing.
Description
Fetches the data from the source component, formats it, and
assigns it to the destination component.
, but can be any ActionScript object that has the required
). The default value is
false
220).
.
false
Constructor for the Binding class
209
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers