org.cruxframework.crux.widgets.client.event.focusblur
Class BeforeFocusEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<BeforeFocusHandler>
org.cruxframework.crux.widgets.client.event.focusblur.BeforeFocusEvent
- All Implemented Interfaces:
- BeforeFocusOrBeforeBlurEvent
public class BeforeFocusEvent
- extends com.google.gwt.event.shared.GwtEvent<BeforeFocusHandler>
- implements BeforeFocusOrBeforeBlurEvent
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, getSource, isLive, kill, revive |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
BeforeFocusEvent
protected BeforeFocusEvent()
getType
public static com.google.gwt.event.shared.GwtEvent.Type<BeforeFocusHandler> getType()
- Returns:
fire
public static BeforeFocusEvent fire(HasBeforeFocusHandlers source)
- Type Parameters:
I - - Parameters:
source -
- Returns:
dispatch
protected void dispatch(BeforeFocusHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<BeforeFocusHandler>
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<BeforeFocusHandler> getAssociatedType()
- Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<BeforeFocusHandler>
isCanceled
public boolean isCanceled()
- Specified by:
isCanceled in interface BeforeFocusOrBeforeBlurEvent
- Returns:
- the canceled
cancel
public void cancel()
- Specified by:
cancel in interface BeforeFocusOrBeforeBlurEvent
- See Also:
BeforeFocusOrBeforeBlurEvent.cancel()
Copyright © 2014. All rights reserved.