public class StretchEvent extends com.google.gwt.event.shared.GwtEvent<StretchHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<StretchHandler> |
TYPE |
Constructor and Description |
---|
StretchEvent(boolean stretched) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(StretchHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
boolean stretched) |
com.google.gwt.event.shared.GwtEvent.Type<StretchHandler> |
getAssociatedType() |
boolean |
isStretched() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<StretchHandler> TYPE
public StretchEvent(boolean stretched)
public static void fire(com.google.gwt.event.shared.HasHandlers source, boolean stretched)
public boolean isStretched()
public com.google.gwt.event.shared.GwtEvent.Type<StretchHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<StretchHandler>
protected void dispatch(StretchHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<StretchHandler>
Copyright © 2018. All rights reserved.