T - slider value typepublic class SlideEvent<T> extends GwtEvent<SlideHandler<T>>
GwtEvent.Type<H>| Modifier | Constructor and Description |
|---|---|
protected |
SlideEvent(T newValue)
Creates a slide event with slider value
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SlideHandler<T> handler) |
static <T> void |
fire(HasSlideHandlers<T> source,
T newValue)
Fires a slide event on all registered handlers in the handler manager.
|
GwtEvent.Type<SlideHandler<T>> |
getAssociatedType() |
static GwtEvent.Type<SlideHandler<?>> |
getType()
Gets the type associated with this event.
|
T |
getValue() |
String |
toDebugString() |
protected SlideEvent(T newValue)
newValue - the new slider valuepublic static <T> void fire(HasSlideHandlers<T> source, T newValue)
source - the source of the handlersnewValue - the new slider valuepublic static GwtEvent.Type<SlideHandler<?>> getType()
public GwtEvent.Type<SlideHandler<T>> getAssociatedType()
getAssociatedType in class GwtEvent<SlideHandler<T>>protected void dispatch(SlideHandler<T> handler)
dispatch in class GwtEvent<SlideHandler<T>>public String toDebugString()
toDebugString in class Event<SlideHandler<T>>Copyright © 2017. All rights reserved.