Pakket | spark.components.calendarClasses |
Klasse | public final class DateSelectorDisplayMode |
Overerving | DateSelectorDisplayMode Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | 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>
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | DateSelectorDisplayMode | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
DATE : String = "date" [statisch]
Show selection options for date. | DateSelectorDisplayMode | ||
DATE_AND_TIME : String = "dateAndTime" [statisch]
Show selection options for both date and time. | DateSelectorDisplayMode | ||
TIME : String = "time" [statisch]
Show selection options for time. | DateSelectorDisplayMode |
Constructordetails
DateSelectorDisplayMode | () | Constructor |
public function DateSelectorDisplayMode()
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 5.0 |
Runtimeversies: | AIR 3.0 |
Constructor.
Constantedetails
DATE | Constante |
public static const DATE:String = "date"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Show selection options for date.
DATE_AND_TIME | Constante |
public static const DATE_AND_TIME:String = "dateAndTime"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Show selection options for both date and time.
TIME | Constante |
public static const TIME:String = "time"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Show selection options for time.
Wed Jun 13 2018, 11:42 AM Z