|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<BeforeClickHandler>
com.sage.swt.client.widget.event.BeforeClickEvent
public class BeforeClickEvent
Represents a before click event.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
com.google.gwt.event.shared.GwtEvent.Type<H> |
| Constructor Summary | |
|---|---|
protected |
BeforeClickEvent(BeforeClickProceedCallback callback)
Creates a new before click event. |
| Method Summary | ||
|---|---|---|
void |
cancel()
Cancel the before click event. |
|
protected void |
dispatch(BeforeClickHandler handler)
|
|
static
|
fire(S source,
BeforeClickProceedCallback callback)
Fires a before click event on all registered handlers in the handler manager. |
|
com.google.gwt.event.shared.GwtEvent.Type<BeforeClickHandler> |
getAssociatedType()
|
|
BeforeClickProceedCallback |
getCallback()
Returns the callback that allows the next handler for this event to be called. |
|
static com.google.gwt.event.shared.GwtEvent.Type<BeforeClickHandler> |
getType()
Gets the type associated with this event. |
|
boolean |
isCanceled()
Has the click event already been canceled? |
|
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
assertLive, getSource, isLive, kill, revive |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
|---|
setSource, toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected BeforeClickEvent(BeforeClickProceedCallback callback)
| Method Detail |
|---|
public static <S extends HasCancellableClickHandlers & com.google.gwt.event.shared.HasHandlers> BeforeClickEvent fire(S source,
BeforeClickProceedCallback callback)
source - the source of the handlers
public static com.google.gwt.event.shared.GwtEvent.Type<BeforeClickHandler> getType()
public void cancel()
public final com.google.gwt.event.shared.GwtEvent.Type<BeforeClickHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<BeforeClickHandler>public boolean isCanceled()
public BeforeClickProceedCallback getCallback()
protected void dispatch(BeforeClickHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<BeforeClickHandler>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||