|
|||||||||
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.store.StoreEvent<M>
M
- the model typepublic class StoreEvent<M extends ModelData>
A store event.
Constructor Summary | |
---|---|
StoreEvent(Store<? extends M> store)
Creates a new store event. |
Method Summary | |
---|---|
int |
getIndex()
Returns the index. |
M |
getModel()
Returns the model. |
java.util.List<M> |
getModels()
Returns the models. |
Record.RecordUpdate |
getOperation()
Returns the operation. |
Record |
getRecord()
Returns the record. |
SortInfo |
getSortInfo()
Returns the store sort info. |
Store<? extends M> |
getStore()
Returns the store. |
void |
setIndex(int index)
Sets the index. |
void |
setModel(M model)
Sets the model. |
void |
setModels(java.util.List<M> models)
Sets the models. |
void |
setOperation(Record.RecordUpdate operation)
Sets the operation. |
void |
setRecord(Record record)
Sets the record. |
void |
setSortInfo(SortInfo sortInfo)
Sets the store sort info. |
void |
setStore(Store<? extends M> store)
Sets the store. |
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 StoreEvent(Store<? extends M> store)
store
- the store eventMethod Detail |
---|
public int getIndex()
public M getModel()
public java.util.List<M> getModels()
public Record.RecordUpdate getOperation()
public Record getRecord()
public SortInfo getSortInfo()
public Store<? extends M> getStore()
public void setIndex(int index)
index
- the indexpublic void setModel(M model)
model
- the modelpublic void setModels(java.util.List<M> models)
models
- the modelspublic void setOperation(Record.RecordUpdate operation)
operation
- the operationpublic void setRecord(Record record)
record
- the recordpublic void setSortInfo(SortInfo sortInfo)
sortInfo
- the sort infopublic void setStore(Store<? extends M> store)
store
- the store.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |