public class FocusInEvent extends com.google.gwt.event.dom.client.DomEvent<FocusInHandler>
| Modifier | Constructor and Description |
|---|---|
protected |
FocusInEvent()
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire mouse out events. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(FocusInHandler handler) |
com.google.gwt.event.dom.client.DomEvent.Type<FocusInHandler> |
getAssociatedType() |
static com.google.gwt.event.dom.client.DomEvent.Type<FocusInHandler> |
getType() |
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagationassertLive, getSource, isLive, kill, reviveprotected FocusInEvent()
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire mouse out events.public com.google.gwt.event.dom.client.DomEvent.Type<FocusInHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.dom.client.DomEvent<FocusInHandler>public static com.google.gwt.event.dom.client.DomEvent.Type<FocusInHandler> getType()
protected void dispatch(FocusInHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<FocusInHandler>Copyright © 2018. All Rights Reserved.