Guvnor web application Drools 6.0.0-SNAPSHOT

org.drools.guvnor.client.widgets.drools.decoratedgrid.events
Class SetInternalModelEvent<M,T>

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

public abstract class SetInternalModelEvent<M,T>
extends com.google.gwt.event.shared.GwtEvent<SetInternalModelEvent.Handler<M,T>>

An event to set the model used within the table


Nested Class Summary
static interface SetInternalModelEvent.Handler<M,T>
           
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
SetInternalModelEvent(M model, DynamicData data, List<DynamicColumn<T>> columns)
           
 
Method Summary
protected  void dispatch(SetInternalModelEvent.Handler<M,T> handler)
           
 List<DynamicColumn<T>> getColumns()
           
 DynamicData getData()
           
 M 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

SetInternalModelEvent

public SetInternalModelEvent(M model,
                             DynamicData data,
                             List<DynamicColumn<T>> columns)
Method Detail

getModel

public M getModel()

getData

public DynamicData getData()

getColumns

public List<DynamicColumn<T>> getColumns()

dispatch

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

Guvnor web application Drools 6.0.0-SNAPSHOT

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