RangeSlider is a slider that can be used to select a range. A regular slider has only one thumb. So it can only be used to select one value.
RangeSlider has two thumbs. Each one can be moved independently or both are moved together.
{@link #getLowValue()} will return the value of low range and {@link #getHighValue()} is the high range.