|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.sencha.gxt.data.shared.event.StoreEvent<M,StoreAddEvent.StoreAddHandler<M>>
com.sencha.gxt.data.shared.event.StoreAddEvent<M>
M - the model typepublic class StoreAddEvent<M>
Indicates that an element has been added to the Store, and is visible under the current filter settings.
| Nested Class Summary | |
|---|---|
static interface |
StoreAddEvent.HasStoreAddHandlers<M>
A class that implements this interface is a public source of StoreAddEvent. |
static interface |
StoreAddEvent.StoreAddHandler<M>
Handler interface for StoreAddEvent. |
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Constructor Summary | |
|---|---|
StoreAddEvent(int index,
java.util.List<M> items)
Creates a new store add event. |
|
StoreAddEvent(int index,
M item)
Creates a new store add event. |
|
| Method Summary | |
|---|---|
GwtEvent.Type<StoreAddEvent.StoreAddHandler<M>> |
getAssociatedType()
|
int |
getIndex()
Returns the insert index for this store add event. |
java.util.List<M> |
getItems()
Returns the items that were inserted for this store add event. |
static GwtEvent.Type<StoreAddEvent.StoreAddHandler<?>> |
getType()
Gets the type associated with this event. |
| Methods inherited from class com.sencha.gxt.data.shared.event.StoreEvent |
|---|
getSource |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
|---|
toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StoreAddEvent(int index,
java.util.List<M> items)
index - the insert indexitems - the items that were added
public StoreAddEvent(int index,
M item)
index - the insert indexitem - the item that was added| Method Detail |
|---|
public static GwtEvent.Type<StoreAddEvent.StoreAddHandler<?>> getType()
public GwtEvent.Type<StoreAddEvent.StoreAddHandler<M>> getAssociatedType()
getAssociatedType in class GwtEvent<StoreAddEvent.StoreAddHandler<M>>public int getIndex()
public java.util.List<M> getItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||