Class UIStepper

    • Constructor Detail

      • UIStepper

        public UIStepper()
      • UIStepper

        public UIStepper​(CGRect frame)
      • UIStepper

        public UIStepper​(NSCoder decoder)
    • Method Detail

      • isContinuous

        public boolean isContinuous()
      • setContinuous

        public void setContinuous​(boolean v)
      • isAutorepeat

        public boolean isAutorepeat()
      • setAutorepeat

        public void setAutorepeat​(boolean v)
      • isWraps

        public boolean isWraps()
      • setWraps

        public void setWraps​(boolean v)
      • getValue

        public double getValue()
      • setValue

        public void setValue​(double v)
      • getMinimumValue

        public double getMinimumValue()
      • setMinimumValue

        public void setMinimumValue​(double v)
      • getMaximumValue

        public double getMaximumValue()
      • setMaximumValue

        public void setMaximumValue​(double v)
      • getStepValue

        public double getStepValue()
      • setStepValue

        public void setStepValue​(double v)
      • getTintColor

        public UIColor getTintColor()
        Overrides:
        getTintColor in class UIView
        Since:
        Available in iOS 6.0 and later.
      • setTintColor

        public void setTintColor​(UIColor v)
        Overrides:
        setTintColor in class UIView
        Since:
        Available in iOS 6.0 and later.
      • setBackgroundImage

        public void setBackgroundImage​(UIImage image,
                                       UIControlState state)
        Since:
        Available in iOS 6.0 and later.
      • getBackgroundImage

        public UIImage getBackgroundImage​(UIControlState state)
        Since:
        Available in iOS 6.0 and later.
      • setIncrementImage

        public void setIncrementImage​(UIImage image,
                                      UIControlState state)
        Since:
        Available in iOS 6.0 and later.
      • getIncrementImage

        public UIImage getIncrementImage​(UIControlState state)
        Since:
        Available in iOS 6.0 and later.
      • setDecrementImage

        public void setDecrementImage​(UIImage image,
                                      UIControlState state)
        Since:
        Available in iOS 6.0 and later.
      • getDecrementImage

        public UIImage getDecrementImage​(UIControlState state)
        Since:
        Available in iOS 6.0 and later.