T - the type being swiped to rightpublic class SwipeRightEvent<T> extends com.google.gwt.event.shared.GwtEvent<SwipeRightEvent.SwipeRightHandler<T>>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SwipeRightEvent.SwipeRightHandler<T> |
| Modifier | Constructor and Description |
|---|---|
protected |
SwipeRightEvent(T target) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SwipeRightEvent.SwipeRightHandler<T> handler) |
static <T> void |
fire(HasSwipeableHandler<T> source,
T target) |
com.google.gwt.event.shared.GwtEvent.Type<SwipeRightEvent.SwipeRightHandler<T>> |
getAssociatedType() |
T |
getTarget() |
static com.google.gwt.event.shared.GwtEvent.Type<SwipeRightEvent.SwipeRightHandler<?>> |
getType() |
assertLive, getSource, isLive, kill, reviveprotected SwipeRightEvent(T target)
public static <T> void fire(HasSwipeableHandler<T> source, T target)
public static com.google.gwt.event.shared.GwtEvent.Type<SwipeRightEvent.SwipeRightHandler<?>> getType()
public final com.google.gwt.event.shared.GwtEvent.Type<SwipeRightEvent.SwipeRightHandler<T>> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SwipeRightEvent.SwipeRightHandler<T>>protected void dispatch(SwipeRightEvent.SwipeRightHandler<T> handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SwipeRightEvent.SwipeRightHandler<T>>Copyright © 2018. All rights reserved.