com.extjs.gxt.ui.client.event
Class BindingEvent

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.BindingEvent

public class BindingEvent
extends BaseEvent

BindingEvent type.


Constructor Summary
BindingEvent(Bindings bindings, ModelData model)
          Creates a new bindings event.
 
Method Summary
 ModelData getModel()
          Returns the bound model.
 void setModel(ModelData model)
          Sets the bound model.
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent
getSource, getType, isCancelled, setCancelled, setSource, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingEvent

public BindingEvent(Bindings bindings,
                    ModelData model)
Creates a new bindings event.

Parameters:
bindings - the bindings instance
model - the bound model
Method Detail

getModel

public ModelData getModel()
Returns the bound model.

Returns:
the bound model

setModel

public void setModel(ModelData model)
Sets the bound model.

Parameters:
model - the model that is bound