| Package | Description | 
|---|---|
| org.gwtbootstrap3.extras.slider.client.ui | 
| Modifier and Type | Method and Description | 
|---|---|
protected Range | 
RangeSlider.convertValue(String value)  | 
static Range | 
Range.fromString(String value)
Converts the given string to a range instance. 
Useful when using UiBinder.  | 
protected Range | 
RangeSlider.getValue(Element e)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
RangeSlider.format(Range value)  | 
protected void | 
RangeSlider.setValue(Element e,
        Range value)  | 
| Constructor and Description | 
|---|
RangeSlider(double min,
           double max,
           Range range)
Creates a range slider with min, max, and range value. 
 | 
Copyright © 2017. All rights reserved.