Class SliderEx

    • Constructor Detail

      • SliderEx

        public SliderEx()
    • Method Detail

      • setUnit

        public void setUnit​(String unit)
      • setData

        public void setData​(Object obj)
        Specified by:
        setData in interface IData
      • getMax

        public double getMax()
      • setMax

        public void setMax​(double max)
      • getMin

        public double getMin()
      • setMin

        public void setMin​(double min)
      • getRange

        public double getRange()
      • getValue

        public Double getValue()
        Specified by:
        getValue in interface com.google.gwt.user.client.ui.HasValue<Double>
        Specified by:
        getValue in interface com.google.gwt.user.client.TakesValue<Double>
      • setValue

        public void setValue​(Double value)
        Specified by:
        setValue in interface com.google.gwt.user.client.ui.HasValue<Double>
        Specified by:
        setValue in interface com.google.gwt.user.client.TakesValue<Double>
      • update

        public void update()
      • setValue

        public void setValue​(Double valuePara,
                             boolean b)
        Specified by:
        setValue in interface com.google.gwt.user.client.ui.HasValue<Double>
      • addValueChangeHandler

        public com.google.gwt.event.shared.HandlerRegistration addValueChangeHandler​(com.google.gwt.event.logical.shared.ValueChangeHandler<Double> valueChangeHandler)
        Specified by:
        addValueChangeHandler in interface com.google.gwt.event.logical.shared.HasValueChangeHandlers<Double>
      • addFocusHandler

        public com.google.gwt.event.shared.HandlerRegistration addFocusHandler​(com.google.gwt.event.dom.client.FocusHandler handler)
        Specified by:
        addFocusHandler in interface com.google.gwt.event.dom.client.HasFocusHandlers
      • setProperty

        public void setProperty​(SlideProperty slideProperty)
      • setStep

        public void setStep​(int stepParam)
      • setTipLocation

        public void setTipLocation​(String locationTop)