패키지 | 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:17 PM Z