Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
mx.automation 

IAutomationTabularData  - AS3 Flex

Pacchettomx.automation
Interfacciapublic interface IAutomationTabularData

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

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

Altri esempi



Proprietà pubbliche
 ProprietàDefinito da
  columnNames : Array
[sola lettura] Names of all columns in the data.
IAutomationTabularData
  firstVisibleRow : int
[sola lettura] The index of the first visible child.
IAutomationTabularData
  lastVisibleRow : int
[sola lettura] The index of the last visible child.
IAutomationTabularData
  numColumns : int
[sola lettura] The total number of columns in the data available.
IAutomationTabularData
  numRows : int
[sola lettura] The total number of rows of data available.
IAutomationTabularData
Metodi pubblici
 MetodoDefinito da
  
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
Descrizione delle proprietà

columnNames

proprietà
columnNames:Array  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

Names of all columns in the data.



Implementazione
    public function get columnNames():Array

firstVisibleRow

proprietà 
firstVisibleRow:int  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The index of the first visible child.



Implementazione
    public function get firstVisibleRow():int

lastVisibleRow

proprietà 
lastVisibleRow:int  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The index of the last visible child.



Implementazione
    public function get lastVisibleRow():int

numColumns

proprietà 
numColumns:int  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The total number of columns in the data available.



Implementazione
    public function get numColumns():int

numRows

proprietà 
numRows:int  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The total number of rows of data available.



Implementazione
    public function get numRows():int
Descrizione dei metodi

getAutomationValueForData

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

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

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

Parametri

data:Object — The object representing the data.

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

getValues

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

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: 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").

Parametri

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

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




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.