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: AIR 30.0 i wcześniejsze, Flash Player 30.0 i wcześniejsze, Flash Lite 4
Flex 4.6 i wcześniejsze, Flash Pro CS6 i wcześniejsze
Ukryj filtry
mx.automation 

IAutomationTabularData  - AS3 Flex

Pakietmx.automation
Interfejspublic interface IAutomationTabularData

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

The IAutomationTabularData interface is implemented by components which can provide their content information in a tabular form.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  columnNames : Array
[tylko do odczytu] Names of all columns in the data.
IAutomationTabularData
  firstVisibleRow : int
[tylko do odczytu] The index of the first visible child.
IAutomationTabularData
  lastVisibleRow : int
[tylko do odczytu] The index of the last visible child.
IAutomationTabularData
  numColumns : int
[tylko do odczytu] The total number of columns in the data available.
IAutomationTabularData
  numRows : int
[tylko do odczytu] The total number of rows of data available.
IAutomationTabularData
Metody publiczne
 MetodaZdefiniowane przez
  
Returns the values being displayed by the component for the given data.
IAutomationTabularData
  
getValues(start:uint = 0, end:uint = 0):Array
Returns a matrix containing the automation values of all parts of the components.
IAutomationTabularData
Szczegół właściwości

columnNames

właściwość
columnNames:Array  [tylko do odczytu]

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

Names of all columns in the data.



Implementacja
    public function get columnNames():Array

firstVisibleRow

właściwość 
firstVisibleRow:int  [tylko do odczytu]

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

The index of the first visible child.



Implementacja
    public function get firstVisibleRow():int

lastVisibleRow

właściwość 
lastVisibleRow:int  [tylko do odczytu]

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

The index of the last visible child.



Implementacja
    public function get lastVisibleRow():int

numColumns

właściwość 
numColumns:int  [tylko do odczytu]

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

The total number of columns in the data available.



Implementacja
    public function get numColumns():int

numRows

właściwość 
numRows:int  [tylko do odczytu]

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

The total number of rows of data available.



Implementacja
    public function get numRows():int
Szczegół metody

getAutomationValueForData

()metoda
public function getAutomationValueForData(data:Object):Array

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

Returns the values being displayed by the component for the given data.

Parametry

data:Object — The object representing the data.

Zwraca
Array — Array containing the values being displayed by the component.

getValues

()metoda 
public function getValues(start:uint = 0, end:uint = 0):Array

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

Returns a matrix containing the automation values of all parts of the components. Should be row-major (return value is an Array of rows, each of which is an Array of "items").

Parametry

start:uint (default = 0) — The index of the starting child.
 
end:uint (default = 0) — The index of the ending child.

Zwraca
Array — A matrix containing the automation values of all parts of the components.




[ 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.