套件 | mx.automation |
介面 | public interface IAutomationTabularData |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
更多範例
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
columnNames : Array [唯讀]
Names of all columns in the data. | IAutomationTabularData | ||
firstVisibleRow : int [唯讀]
The index of the first visible child. | IAutomationTabularData | ||
lastVisibleRow : int [唯讀]
The index of the last visible child. | IAutomationTabularData | ||
numColumns : int [唯讀]
The total number of columns in the data available. | IAutomationTabularData | ||
numRows : int [唯讀]
The total number of rows of data available. | IAutomationTabularData |
公用方法
方法 | 定義自 | ||
---|---|---|---|
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 |
屬性詳細資訊
columnNames | 屬性 |
firstVisibleRow | 屬性 |
lastVisibleRow | 屬性 |
numColumns | 屬性 |
numRows | 屬性 |
方法詳細資訊
getAutomationValueForData | () | 方法 |
public function getAutomationValueForData(data:Object):Array
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Returns the values being displayed by the component for the given data.
參數
data:Object — The object representing the data.
|
Array — Array containing the values being displayed by the component.
|
getValues | () | 方法 |
public function getValues(start:uint = 0, end:uint = 0):Array
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | 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").
參數
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, 03:47 PM Z