Class NumberPickerPreference


  • public class NumberPickerPreference
    extends DialogPreference
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] maxValues  
      static java.lang.String[] minValues  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected View onCreateDialogView()  
      protected void onDialogClosed​(boolean positiveResult)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • minValues

        public static final java.lang.String[] minValues
      • maxValues

        public static final java.lang.String[] maxValues
    • Constructor Detail

      • NumberPickerPreference

        public NumberPickerPreference​(Context context,
                                      AttributeSet attrs,
                                      int defStyleAttr)
      • NumberPickerPreference

        public NumberPickerPreference​(Context context,
                                      AttributeSet attrs)
    • Method Detail

      • onCreateDialogView

        protected View onCreateDialogView()
      • onDialogClosed

        protected void onDialogClosed​(boolean positiveResult)