MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 231

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

Advertisement

ComponentMixins.initComponent()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
mx.data.binding.ComponentMixins.initComponent(componentInstance)
Parameters
componentInstance
Returns
Nothing.
Description
Method (static); adds all the ComponentMixins methods to the component specified by
componentInstance
binding. To make the ComponentMixins methods available for a component that is not involved
in a data binding, you must explicitly call this method for that component.
Example
The following code makes the ComponentMixins methods available to a DataSet component:
mx.data.binding.ComponentMixins.initComponent(_root.myDataSet);
ComponentMixins.refreshDestinations()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
componentInstance.refreshDestinations()
Parameters
None.
Returns
Nothing.
Description
Method; executes all the bindings for which
This method lets you execute bindings whose sources do not emit a "data changed" event.
A reference to a component instance.
. This method is called automatically for all components involved in a data
componentInstance
Data binding classes (Flash Professional only)
is the source EndPoint object.
231

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

This manual is also suitable for:

Flash mx

Table of Contents