Pacote | mx.automation |
Interface | public interface IAutomationTabularData |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Mais exemplos
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
columnNames : Array [somente leitura]
Names of all columns in the data. | IAutomationTabularData | ||
firstVisibleRow : int [somente leitura]
The index of the first visible child. | IAutomationTabularData | ||
lastVisibleRow : int [somente leitura]
The index of the last visible child. | IAutomationTabularData | ||
numColumns : int [somente leitura]
The total number of columns in the data available. | IAutomationTabularData | ||
numRows : int [somente leitura]
The total number of rows of data available. | IAutomationTabularData |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Returns the values being displayed by the component for the given data. | IAutomationTabularData | ||
Returns a matrix containing the automation values of all parts of the components. | IAutomationTabularData |
Detalhes da propriedade
columnNames | propriedade |
firstVisibleRow | propriedade |
lastVisibleRow | propriedade |
numColumns | propriedade |
numRows | propriedade |
Detalhes do método
getAutomationValueForData | () | método |
public function getAutomationValueForData(data:Object):Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the values being displayed by the component for the given data.
Parâmetros
data:Object — The object representing the data.
|
Array — Array containing the values being displayed by the component.
|
getValues | () | método |
public function getValues(start:uint = 0, end:uint = 0):Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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").
Parâmetros
start:uint (default = 0 ) — The index of the starting child.
| |
end:uint (default = 0 ) — The index of the ending child.
|
Array — A matrix containing the automation values of all parts of the components.
|
Wed Jun 13 2018, 11:10 AM Z