public class SlidingEvent extends com.google.gwt.event.shared.GwtEvent<SlidingHandler>
| Modifier | Constructor and Description |
|---|---|
protected |
SlidingEvent(boolean movementStarted) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SlidingHandler handler) |
static <T> void |
fire(HasSlidingHandlers source,
boolean movementStarted) |
com.google.gwt.event.shared.GwtEvent.Type<SlidingHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<SlidingHandler> |
getType() |
boolean |
isMovementStarted() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<SlidingHandler> getType()
protected void dispatch(SlidingHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SlidingHandler>public com.google.gwt.event.shared.GwtEvent.Type<SlidingHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SlidingHandler>public boolean isMovementStarted()
public static <T> void fire(HasSlidingHandlers source, boolean movementStarted)
Copyright © 2014. All rights reserved.