
public class FocusEvent extends GwtEvent<FocusEvent.FocusHandler>
FocusEvent, this event is NOT a dom
event to allow components flexibility in when the focus event is fired.| Modifier and Type | Class and Description |
|---|---|
static interface |
FocusEvent.FocusHandler
Handler for
FocusEvent events. |
static interface |
FocusEvent.HasFocusHandlers
A widget that implements this interface is a public source of
FocusEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
FocusEvent() |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<FocusEvent.FocusHandler> |
getAssociatedType() |
Component |
getSource() |
static GwtEvent.Type<FocusEvent.FocusHandler> |
getType()
Gets the type associated with this event.
|
toDebugString, toStringpublic static GwtEvent.Type<FocusEvent.FocusHandler> getType()
public GwtEvent.Type<FocusEvent.FocusHandler> getAssociatedType()
getAssociatedType in class GwtEvent<FocusEvent.FocusHandler>public Component getSource()
getSource in class GwtEvent<FocusEvent.FocusHandler>Copyright © 2015. All rights reserved.