| 套件 | mx.controls.advancedDataGridClasses |
| 類別 | public class SortInfo |
| 繼承 | SortInfo Object |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 3 |
| 執行階段版本: | Flash Player 9, AIR 1.1 |
相關 API 元素
公用屬性
| 屬性 | 定義自 | ||
|---|---|---|---|
![]() | constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | |
| descending : Boolean
Contains true when the column is sorted in descending order,
and false when the column is sorted in ascending order. | SortInfo | ||
| sequenceNumber : int
The number of this column in the sort order sequence. | SortInfo | ||
| status : String
Contains PROPOSEDSORT if the sort is only a visual
indication of the proposed sort, or contains ACTUALSORT
if the sort is the actual current sort. | SortInfo | ||
公用方法
| 方法 | 定義自 | ||
|---|---|---|---|
Constructor. | SortInfo | ||
![]() |
指出物件是否有已定義的指定屬性。 | Object | |
![]() |
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | |
![]() |
指出指定的屬性是否存在,以及是否可列舉。 | Object | |
![]() |
為迴圈作業設定動態屬性的可用性。 | Object | |
![]() |
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | |
![]() |
會傳回指定之物件的字串形式。 | Object | |
![]() |
會傳回指定之物件的基本值。 | Object | |
公用常數
| 常數 | 定義自 | ||
|---|---|---|---|
| ACTUALSORT : String = "actualSort" [靜態]
Specifies that the sort is the actual current sort. | SortInfo | ||
| PROPOSEDSORT : String = "proposedSort" [靜態]
Specifies that the sort is only a visual
indication of the proposed sort. | SortInfo | ||
屬性詳細資訊
descending | 屬性 |
public var descending:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 3 |
| 執行階段版本: | Flash Player 9, AIR 1.1 |
Contains true when the column is sorted in descending order,
and false when the column is sorted in ascending order.
sequenceNumber | 屬性 |
public var sequenceNumber:int| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 3 |
| 執行階段版本: | Flash Player 9, AIR 1.1 |
The number of this column in the sort order sequence. This number is used when sorting by multiple columns.
status | 屬性 |
public var status:String| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 3 |
| 執行階段版本: | Flash Player 9, AIR 1.1 |
Contains PROPOSEDSORT if the sort is only a visual
indication of the proposed sort, or contains ACTUALSORT
if the sort is the actual current sort.
建構函式詳細資料
SortInfo | () | 建構函式 |
public function SortInfo(sequenceNumber:int = -1, descending:Boolean = false, status:String)| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 3 |
| 執行階段版本: | Flash Player 9, AIR 1.1 |
Constructor.
參數sequenceNumber:int (default = -1) — The number of this column in the sort order sequence.
| |
descending:Boolean (default = false) — true when the column is sorted in descending order.
| |
status:String (default = NaN) — PROPOSEDSORT if the sort is only a visual
indication of the proposed sort, or ACTUALSORT
if the sort is the actual current sort.
|
常數詳細資訊
ACTUALSORT | 常數 |
public static const ACTUALSORT:String = "actualSort"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 3 |
| 執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies that the sort is the actual current sort.
PROPOSEDSORT | 常數 |
public static const PROPOSEDSORT:String = "proposedSort"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 3 |
| 執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies that the sort is only a visual indication of the proposed sort.
Tue Jun 12 2018, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性