Package com.hp.lft.sdk.sap.ui5
Enum Class DatePickerDisplayMode
- All Implemented Interfaces:
- Serializable,- Comparable<DatePickerDisplayMode>,- java.lang.constant.Constable
Visual display mode for a date picker.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionDisplays one month at a time.Displays two months at a time.Displays two weeks at a time.Displays one week at a time.Displays one year at a time.
- 
Method SummaryModifier and TypeMethodDescriptionstatic DatePickerDisplayModeReturns the enum constant of this class with the specified name.static DatePickerDisplayMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
WEEKDisplays one week at a time.
- 
TWO_WEEKSDisplays two weeks at a time.
- 
MONTHDisplays one month at a time.
- 
TWO_MONTHSDisplays two months at a time.
- 
YEARDisplays one year at a time.
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getDatePickerDisplayModeString
 
-