com.smartgwt.client.event
Class AbstractSmartEvent<H extends EventHandler>

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<H>
      extended by com.smartgwt.client.event.AbstractSmartEvent<H>
Direct Known Subclasses:
BlurEvent, BrowserEvent, ChangedEvent, ChangedEvent, ChangeEvent, ChangeEvent, ClickEvent, DataArrivedEvent, DataArrivedEvent, DataChangedEvent, DataChangedEvent, DoubleClickEvent, EditorEnterEvent, EditorExitEvent, ErrorEvent, FocusEvent, FormItemIconClickEvent, IconClickEvent, IconKeyPressEvent, ItemHoverEvent, KeyDownEvent, KeyPressEvent, KeyUpEvent, MenuItemClickEvent, RecordClickEvent, ShowValueEvent, TitleClickEvent, TitleDoubleClickEvent, TitleHoverEvent

public abstract class AbstractSmartEvent<H extends EventHandler>
extends GwtEvent<H>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Field Summary
protected  JavaScriptObject jsObj
           
 
Constructor Summary
protected AbstractSmartEvent(JavaScriptObject jsObj)
           
 
Method Summary
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getAssociatedType, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

jsObj

protected JavaScriptObject jsObj
Constructor Detail

AbstractSmartEvent

protected AbstractSmartEvent(JavaScriptObject jsObj)