Paket | mx.automation |
Arabirim | public interface IAutomationTabularData |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
columnNames : Array [salt okunur]
Names of all columns in the data. | IAutomationTabularData | ||
firstVisibleRow : int [salt okunur]
The index of the first visible child. | IAutomationTabularData | ||
lastVisibleRow : int [salt okunur]
The index of the last visible child. | IAutomationTabularData | ||
numColumns : int [salt okunur]
The total number of columns in the data available. | IAutomationTabularData | ||
numRows : int [salt okunur]
The total number of rows of data available. | IAutomationTabularData |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 |
Özellik Ayrıntısı
columnNames | özellik |
firstVisibleRow | özellik |
lastVisibleRow | özellik |
numColumns | özellik |
numRows | özellik |
Yöntem Ayrıntısı
getAutomationValueForData | () | yöntem |
public function getAutomationValueForData(data:Object):Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Returns the values being displayed by the component for the given data.
Parametreler
data:Object — The object representing the data.
|
Array — Array containing the values being displayed by the component.
|
getValues | () | yöntem |
public function getValues(start:uint = 0, end:uint = 0):Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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").
Parametreler
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.
|
Tue Jun 12 2018, 01:09 PM Z