org.cruxframework.crux.widgets.client.event.focusblur
Class BeforeFocusEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<BeforeFocusHandler>
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
protected BeforeFocusEvent()
           
 
Method Summary
 void cancel()
           
protected  void dispatch(BeforeFocusHandler handler)
           
static BeforeFocusEvent fire(HasBeforeFocusHandlers source)
           
 com.google.gwt.event.shared.GwtEvent.Type<BeforeFocusHandler> getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<BeforeFocusHandler> getType()
           
 boolean isCanceled()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeforeFocusEvent

protected BeforeFocusEvent()
Method Detail

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 © 2015. All rights reserved.