Package apple.uikit.enums
Class UIDatePickerStyle
- java.lang.Object
-
- apple.uikit.enums.UIDatePickerStyle
-
public final class UIDatePickerStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAutomaticAutomatically pick the best style available for the current platform & mode.static longCompactUse a compact style for the date picker.static longInlineUse a style for the date picker that allows editing in place.static longWheelsUse the wheels (UIPickerView) style.
-
-
-
Field Detail
-
Automatic
public static final long Automatic
Automatically pick the best style available for the current platform & mode.- See Also:
- Constant Field Values
-
Wheels
public static final long Wheels
Use the wheels (UIPickerView) style. Editing occurs inline.- See Also:
- Constant Field Values
-
Compact
public static final long Compact
Use a compact style for the date picker. Editing occurs in an overlay.- See Also:
- Constant Field Values
-
Inline
public static final long Inline
Use a style for the date picker that allows editing in place.- See Also:
- Constant Field Values
-
-