|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.store.StoreListener<M>
public class StoreListener<M extends ModelData>
Store event listener.
Constructor Summary | |
---|---|
StoreListener()
|
Method Summary | |
---|---|
void |
handleEvent(StoreEvent<M> e)
Sent when an event that the listener has registered for occurs. |
void |
storeAdd(StoreEvent<M> se)
Fires when records have been added to the store. |
void |
storeBeforeDataChanged(StoreEvent<M> se)
Fires before the data cache has changed. |
void |
storeClear(StoreEvent<M> se)
Fires when the data cache has been cleared. |
void |
storeDataChanged(StoreEvent<M> se)
Fires when the data cache has changed, and a widget which is using this Store as a Record cache should refresh its view. |
void |
storeFilter(StoreEvent<M> se)
Fires after filters have been applied or removed. |
void |
storeRemove(StoreEvent<M> se)
Fires when a record has been removed from the store. |
void |
storeSort(StoreEvent<M> se)
Fires after the store has been sorted. |
void |
storeUpdate(StoreEvent<M> se)
Fires when a record has been updated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoreListener()
Method Detail |
---|
public void handleEvent(StoreEvent<M> e)
Listener
handleEvent
in interface Listener<StoreEvent<M extends ModelData>>
e
- the event which occurredpublic void storeAdd(StoreEvent<M> se)
se
- the store eventpublic void storeClear(StoreEvent<M> se)
se
- the store eventpublic void storeBeforeDataChanged(StoreEvent<M> se)
se
- the store eventpublic void storeDataChanged(StoreEvent<M> se)
se
- the store eventpublic void storeFilter(StoreEvent<M> se)
Store.isFiltered()
to determine if filters are applied.
se
- the store eventpublic void storeRemove(StoreEvent<M> se)
se
- the store eventpublic void storeSort(StoreEvent<M> se)
se
- the store eventpublic void storeUpdate(StoreEvent<M> se)
se
- the store event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |