Package | Description |
---|---|
org.gwtbootstrap3.extras.slider.client.ui | |
org.gwtbootstrap3.extras.slider.client.ui.base | |
org.gwtbootstrap3.extras.slider.client.ui.base.event |
Modifier and Type | Class and Description |
---|---|
class |
RangeSlider
This slider takes as value a range with a min value and a max value.
|
class |
Slider
This slider simply takes a numeric value.
|
Modifier and Type | Class and Description |
---|---|
class |
SliderBase<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
HasAllSlideHandlers<T>
Convenience interface used to implement all slide handlers at once.
|
Modifier and Type | Method and Description |
---|---|
static <T> void |
SlideEvent.fire(HasSlideHandlers<T> source,
T newValue)
Fires a slide event on all registered handlers in the handler manager.
|
Copyright © 2017. All rights reserved.