org.drools.guvnor.client.widgets.drools.decoratedgrid.events
Class SetModelEvent<T>

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<SetModelEvent.Handler<T>>
          extended by org.drools.guvnor.client.widgets.drools.decoratedgrid.events.SetModelEvent<T>
Direct Known Subclasses:
SetGuidedDecisionTableModelEvent, SetTemplateDataEvent

public abstract class SetModelEvent<T>
extends com.google.gwt.event.shared.GwtEvent<SetModelEvent.Handler<T>>

An event to set the underlying model in the table


Nested Class Summary
static interface SetModelEvent.Handler<T>
           
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
SetModelEvent(T model)
           
 
Method Summary
protected  void dispatch(SetModelEvent.Handler<T> handler)
           
 T getModel()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getAssociatedType, 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

SetModelEvent

public SetModelEvent(T model)
Method Detail

getModel

public T getModel()

dispatch

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


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.