Class UIDatePickerStyle


  • public final class UIDatePickerStyle
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Automatic
      Automatically pick the best style available for the current platform & mode.
      static long Compact
      Use a compact style for the date picker.
      static long Inline
      Use a style for the date picker that allows editing in place.
      static long Wheels
      Use the wheels (UIPickerView) style.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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