public class BlurEvent extends GwtEvent<BlurEvent.BlurHandler>
BlurEvent, 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 |
BlurEvent.BlurHandler
Handler for
BlurEvent events. |
static interface |
BlurEvent.HasBlurHandlers
A widget that implements this interface is a public source of
BlurEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
BlurEvent() |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<BlurEvent.BlurHandler> |
getAssociatedType() |
Component |
getSource() |
static GwtEvent.Type<BlurEvent.BlurHandler> |
getType()
Gets the type associated with this event.
|
public static GwtEvent.Type<BlurEvent.BlurHandler> getType()
public GwtEvent.Type<BlurEvent.BlurHandler> getAssociatedType()
getAssociatedType in class GwtEvent<BlurEvent.BlurHandler>public Component getSource()
getSource in class GwtEvent<BlurEvent.BlurHandler>Copyright © 2012. All Rights Reserved.