org.drools.guvnor.client.widgets.drools.decoratedgrid.events
Class SetInternalModelEvent<M,T>
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<SetInternalModelEvent.Handler<M,T>>
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 classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
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 |
SetInternalModelEvent
public SetInternalModelEvent(M model,
DynamicData data,
List<DynamicColumn<T>> columns)
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>>
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.