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