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

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<BeforeBlurHandler>
          extended by org.cruxframework.crux.widgets.client.event.focusblur.BeforeBlurEvent
All Implemented Interfaces:
BeforeFocusOrBeforeBlurEvent

public class BeforeBlurEvent
extends com.google.gwt.event.shared.GwtEvent<BeforeBlurHandler>
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 BeforeBlurEvent()
           
 
Method Summary
 void cancel()
           
protected  void dispatch(BeforeBlurHandler handler)
           
static BeforeBlurEvent fire(HasBeforeBlurHandlers source)
           
 com.google.gwt.event.shared.GwtEvent.Type<BeforeBlurHandler> getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<BeforeBlurHandler> 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

BeforeBlurEvent

protected BeforeBlurEvent()
Method Detail

getType

public static com.google.gwt.event.shared.GwtEvent.Type<BeforeBlurHandler> getType()
Returns:

fire

public static BeforeBlurEvent fire(HasBeforeBlurHandlers source)
Type Parameters:
I -
Parameters:
source -
Returns:

dispatch

protected void dispatch(BeforeBlurHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<BeforeBlurHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<BeforeBlurHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<BeforeBlurHandler>

isCanceled

public boolean isCanceled()
Specified by:
isCanceled in interface BeforeFocusOrBeforeBlurEvent
Returns:
the canceled

cancel

public void cancel()
Specified by:
cancel in interface BeforeFocusOrBeforeBlurEvent


Copyright © 2014. All rights reserved.