类 NumericWheelAdapter

    • 字段详细资料

      • DEFAULT_MAX_VALUE

        public static final int DEFAULT_MAX_VALUE
        The default min value
        另请参阅:
        常量字段值
    • 构造器详细资料

      • NumericWheelAdapter

        public NumericWheelAdapter​(Context context)
        Constructor
        参数:
        context - the current context
      • NumericWheelAdapter

        public NumericWheelAdapter​(Context context,
                                   int minValue,
                                   int maxValue)
        Constructor
        参数:
        context - the current context
        minValue - the wheel min value
        maxValue - the wheel max value
      • NumericWheelAdapter

        public NumericWheelAdapter​(Context context,
                                   int minValue,
                                   int maxValue,
                                   String format)
        Constructor
        参数:
        context - the current context
        minValue - the wheel min value
        maxValue - the wheel max value
        format - the format string
      • NumericWheelAdapter

        public NumericWheelAdapter​(Context context,
                                   int minValue,
                                   int maxValue,
                                   String format,
                                   String unit)
        Constructor
        参数:
        context - the current context
        minValue - the wheel min value
        maxValue - the wheel max value
        format - the format string
        unit - the wheel unit value