套件 | spark.components.calendarClasses |
類別 | public final class DateSelectorDisplayMode |
繼承 | DateSelectorDisplayMode Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3.0 |
displayMode
property of the Spark DateSpinner control.
Use the constants in ActionsScript, as the following example shows:
myDateSpinner.mode = DateSelectorMode.DATE_AND_TIME;
In MXML, use the String value of the constants, as the following example shows:
<s:DateSpinner id="mySpinner" displayMode="dateAndTime"> ... </s:DateSpinner>
相關 API 元素
公用方法
方法 | 定義自 | ||
---|---|---|---|
Constructor. | DateSelectorDisplayMode | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
公用常數
常數 | 定義自 | ||
---|---|---|---|
DATE : String = "date" [靜態]
Show selection options for date. | DateSelectorDisplayMode | ||
DATE_AND_TIME : String = "dateAndTime" [靜態]
Show selection options for both date and time. | DateSelectorDisplayMode | ||
TIME : String = "time" [靜態]
Show selection options for time. | DateSelectorDisplayMode |
建構函式詳細資料
DateSelectorDisplayMode | () | 建構函式 |
public function DateSelectorDisplayMode()
語言版本: | ActionScript 3.0 |
產品版本: | Flex 5.0 |
執行階段版本: | AIR 3.0 |
Constructor.
常數詳細資訊
DATE | 常數 |
public static const DATE:String = "date"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Show selection options for date.
DATE_AND_TIME | 常數 |
public static const DATE_AND_TIME:String = "dateAndTime"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Show selection options for both date and time.
TIME | 常數 |
public static const TIME:String = "time"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Show selection options for time.
Tue Jun 12 2018, 03:47 PM Z