M - the model typepublic final class StoreRecordChangeEvent<M> extends StoreEvent<M,StoreRecordChangeEvent.StoreRecordChangeHandler<M>>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StoreRecordChangeEvent.HasStoreRecordChangeHandlers<M>
A class that implements this interface is a public source of
StoreRecordChangeEvent. |
static interface |
StoreRecordChangeEvent.StoreRecordChangeHandler<M>
Handler interface for
StoreRecordChangeEvent. |
GwtEvent.Type<H>| Constructor and Description |
|---|
StoreRecordChangeEvent(Store.Record record,
ValueProvider<M,?> property)
Creates a new store record change event.
|
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<StoreRecordChangeEvent.StoreRecordChangeHandler<M>> |
getAssociatedType() |
ValueProvider<M,?> |
getProperty()
Returns the property that was responsible for firing this record change event.
|
Store.Record |
getRecord()
Returns the record that was responsible for firing this record change
event.
|
static GwtEvent.Type<StoreRecordChangeEvent.StoreRecordChangeHandler<?>> |
getType()
Gets the type associated with this event.
|
getSourcepublic StoreRecordChangeEvent(Store.Record record, ValueProvider<M,?> property)
record - the changed recordproperty - the changed propertypublic static GwtEvent.Type<StoreRecordChangeEvent.StoreRecordChangeHandler<?>> getType()
public GwtEvent.Type<StoreRecordChangeEvent.StoreRecordChangeHandler<M>> getAssociatedType()
getAssociatedType in class GwtEvent<StoreRecordChangeEvent.StoreRecordChangeHandler<M>>public ValueProvider<M,?> getProperty()
public Store.Record getRecord()
Copyright © 2012. All Rights Reserved.