com.sencha.gxt.widget.core.client.event
Class FocusEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<FocusEvent.FocusHandler>
com.sencha.gxt.widget.core.client.event.FocusEvent
public class FocusEvent
- extends GwtEvent<FocusEvent.FocusHandler>
Fires after a widget is focused. Unlike the GWT
FocusEvent, this event is NOT a dom
event to allow components flexibility in when the focus event is fired.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FocusEvent
public FocusEvent()
getType
public static GwtEvent.Type<FocusEvent.FocusHandler> getType()
- Gets the type associated with this event.
- Returns:
- returns the handler type
getAssociatedType
public GwtEvent.Type<FocusEvent.FocusHandler> getAssociatedType()
- Overrides:
getAssociatedType in class GwtEvent<FocusEvent.FocusHandler>
getSource
public Component getSource()
- Overrides:
getSource in class GwtEvent<FocusEvent.FocusHandler>
Copyright © 2012. All Rights Reserved.