public class BeforeOpenEvent extends com.google.gwt.event.shared.GwtEvent<BeforeOpenHandler> implements BeforeOpenOrBeforeCloseEvent
| Modifier | Constructor and Description |
|---|---|
protected |
BeforeOpenEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
protected void |
dispatch(BeforeOpenHandler handler) |
static BeforeOpenEvent |
fire(HasBeforeOpenHandlers source) |
com.google.gwt.event.shared.GwtEvent.Type<BeforeOpenHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<BeforeOpenHandler> |
getType() |
boolean |
isCanceled() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<BeforeOpenHandler> getType()
public static BeforeOpenEvent fire(HasBeforeOpenHandlers source)
I - source - protected void dispatch(BeforeOpenHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<BeforeOpenHandler>public com.google.gwt.event.shared.GwtEvent.Type<BeforeOpenHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<BeforeOpenHandler>public boolean isCanceled()
isCanceled in interface BeforeOpenOrBeforeCloseEventpublic void cancel()
cancel in interface BeforeOpenOrBeforeCloseEventBeforeOpenOrBeforeCloseEvent.cancel()Copyright © 2014. All rights reserved.