BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
mx.core 

IRepeaterClient  - AS3 Flex

(Preview)
Packagemx.core
Interfacepublic interface IRepeaterClient
Implementors UIComponent

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The IRepeaterClient interface defines the APIs for components that can have multiple instances created by a Repeater. The IRepeaterClient interface is implemented by the UIComponent class and so is inherited by all Flex framework controls and containers.



Public Properties
 PropertyDefined By
  instanceIndices : Array
An Array that contains the indices required to reference the repeated component instance from its document.
IRepeaterClient
  isDocument : Boolean
[read-only] Contains true if this UIComponent instance is a document object.
IRepeaterClient
  repeaterIndices : Array
An Array that contains the indices of the items in the data providers of the Repeaters that produced the component.
IRepeaterClient
  repeaters : Array
An Array that contains any enclosing Repeaters of the component.
IRepeaterClient
Public Methods
 MethodDefined By
  
Initializes the instanceIndices, repeaterIndices, and repeaters properties.
IRepeaterClient
Property Detail
Method Detail