Class ShadowNumberPicker

    • Constructor Detail

      • ShadowNumberPicker

        public ShadowNumberPicker()
    • Method Detail

      • setValue

        @Implementation
        protected void setValue​(int value)
      • getValue

        @Implementation
        protected int getValue()
      • setDisplayedValues

        @Implementation
        protected void setDisplayedValues​(String[] displayedValues)
      • getDisplayedValues

        @Implementation
        protected String[] getDisplayedValues()
      • setMinValue

        @Implementation
        protected void setMinValue​(int minValue)
      • setMaxValue

        @Implementation
        protected void setMaxValue​(int maxValue)
      • getMinValue

        @Implementation
        protected int getMinValue()
      • getMaxValue

        @Implementation
        protected int getMaxValue()
      • setWrapSelectorWheel

        @Implementation
        protected void setWrapSelectorWheel​(boolean wrapSelectorWheel)
      • getWrapSelectorWheel

        @Implementation
        protected boolean getWrapSelectorWheel()