ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
mx.core 

IRepeaterClient  - AS3 Flex

Pakietmx.core
Interfejspublic interface IRepeaterClient
Implementory UIComponent

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: 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.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  instanceIndices : Array
An Array that contains the indices required to reference the repeated component instance from its document.
IRepeaterClient
  isDocument : Boolean
[tylko do odczytu] 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
Metody publiczne
 MetodaZdefiniowane przez
  
Initializes the instanceIndices, repeaterIndices, and repeaters properties.
IRepeaterClient
Szczegół właściwości

instanceIndices

właściwość
instanceIndices:Array

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

An Array that contains the indices required to reference the repeated component instance from its document. This Array is empty unless the component is within one or more Repeaters. The first element corresponds to the outermost Repeater. For example, if the id is "b" and instanceIndices is [ 2, 4 ], you would reference it on the document as b[2][4].



Implementacja
    public function get instanceIndices():Array
    public function set instanceIndices(value:Array):void

isDocument

właściwość 
isDocument:Boolean  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

Contains true if this UIComponent instance is a document object. That means it is at the top of the hierarchy of a Flex application, MXML component, or ActionScript component.



Implementacja
    public function get isDocument():Boolean

repeaterIndices

właściwość 
repeaterIndices:Array

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

An Array that contains the indices of the items in the data providers of the Repeaters that produced the component. The Array is empty unless the component is within one or more Repeaters. The first element corresponds to the outermost Repeater component. For example, if repeaterIndices is [ 2, 4 ], the outer Repeater component used its dataProvider[2] data item and the inner Repeater component used its dataProvider[4] data item.

This property differs from instanceIndices if the startingIndex of any of the Repeater components is non-zero. For example, even if a Repeater component starts at dataProvider item 4, the document reference of the first repeated component is b[0], not b[4].



Implementacja
    public function get repeaterIndices():Array
    public function set repeaterIndices(value:Array):void

repeaters

właściwość 
repeaters:Array

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

An Array that contains any enclosing Repeaters of the component. The Array is empty unless the component is within one or more Repeaters. The first element corresponds to the outermost Repeater.



Implementacja
    public function get repeaters():Array
    public function set repeaters(value:Array):void
Szczegół metody

initializeRepeaterArrays

()metoda
public function initializeRepeaterArrays(parent:IRepeaterClient):void

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

Initializes the instanceIndices, repeaterIndices, and repeaters properties.

This method is called by the Flex framework. Developers should not need to call it.

Parametry

parent:IRepeaterClient — The parent Repeater that created this component.





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.