org.gwtbootstrap3.extras.slider.client.ui.base.event
Interface HasAllSlideHandlers<T>

Type Parameters:
T - slider value type
All Superinterfaces:
HasHandlers, HasSlideDisabledHandlers, HasSlideEnabledHandlers, HasSlideHandlers<T>, HasSlideStartHandlers<T>, HasSlideStopHandlers<T>, HasValueChangeHandlers<T>
All Known Implementing Classes:
RangeSlider, Slider, SliderBase

public interface HasAllSlideHandlers<T>
extends HasSlideHandlers<T>, HasSlideStartHandlers<T>, HasSlideStopHandlers<T>, HasValueChangeHandlers<T>, HasSlideEnabledHandlers, HasSlideDisabledHandlers

Convenience interface used to implement all slide handlers at once.


Field Summary
static String SLIDE_CHANGE_EVENT
          The ValueChangeEvent name
static String SLIDE_DISABLED_EVENT
          The SlideDisabledEvent name
static String SLIDE_ENABLED_EVENT
          The SlideEnabledEvent name
static String SLIDE_EVENT
          The SlideEvent name
static String SLIDE_START_EVENT
          The SlideStartEvent name
static String SLIDE_STOP_EVENT
          The SlideStopEvent name
 
Method Summary
 
Methods inherited from interface org.gwtbootstrap3.extras.slider.client.ui.base.event.HasSlideHandlers
addSlideHandler
 
Methods inherited from interface org.gwtbootstrap3.extras.slider.client.ui.base.event.HasSlideStartHandlers
addSlideStartHandler
 
Methods inherited from interface org.gwtbootstrap3.extras.slider.client.ui.base.event.HasSlideStopHandlers
addSlideStopHandler
 
Methods inherited from interface com.google.gwt.event.logical.shared.HasValueChangeHandlers
addValueChangeHandler
 
Methods inherited from interface org.gwtbootstrap3.extras.slider.client.ui.base.event.HasSlideEnabledHandlers
addSlideEnabledHandler
 
Methods inherited from interface org.gwtbootstrap3.extras.slider.client.ui.base.event.HasSlideDisabledHandlers
addSlideDisabledHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Field Detail

SLIDE_EVENT

static final String SLIDE_EVENT
The SlideEvent name

See Also:
Constant Field Values

SLIDE_START_EVENT

static final String SLIDE_START_EVENT
The SlideStartEvent name

See Also:
Constant Field Values

SLIDE_STOP_EVENT

static final String SLIDE_STOP_EVENT
The SlideStopEvent name

See Also:
Constant Field Values

SLIDE_CHANGE_EVENT

static final String SLIDE_CHANGE_EVENT
The ValueChangeEvent name

See Also:
Constant Field Values

SLIDE_ENABLED_EVENT

static final String SLIDE_ENABLED_EVENT
The SlideEnabledEvent name

See Also:
Constant Field Values

SLIDE_DISABLED_EVENT

static final String SLIDE_DISABLED_EVENT
The SlideDisabledEvent name

See Also:
Constant Field Values


Copyright © 2015. All rights reserved.