|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.BindingEvent
public class BindingEvent
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 |
---|
public BindingEvent(Bindings bindings, ModelData model)
bindings
- the bindings instancemodel
- the bound modelMethod Detail |
---|
public ModelData getModel()
public void setModel(ModelData model)
model
- the model that is bound
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |