public class FetchDataEvent extends com.google.gwt.event.shared.GwtEvent<FetchDataHandler>
| Constructor and Description |
|---|
FetchDataEvent(Criteria criteria,
DSRequest requestProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(FetchDataHandler handler) |
static <S extends HasFetchDataHandlers & com.google.gwt.event.shared.HasHandlers> |
fire(S source,
Criteria criteria,
DSRequest requestProperties)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
com.google.gwt.event.shared.GwtEvent.Type<FetchDataHandler> |
getAssociatedType() |
Criteria |
getCriteria()
The criteria derived from the filter editor values.
|
DSRequest |
getRequestProperties()
The criteria derived from the filter editor values.
|
static com.google.gwt.event.shared.GwtEvent.Type<FetchDataHandler> |
getType()
Gets the type associated with this event.
|
assertLive, getSource, isLive, kill, revivepublic static <S extends HasFetchDataHandlers & com.google.gwt.event.shared.HasHandlers> void fire(S source, Criteria criteria, DSRequest requestProperties)
S - The event sourcesource - the source of the handlerspublic static com.google.gwt.event.shared.GwtEvent.Type<FetchDataHandler> getType()
protected void dispatch(FetchDataHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<FetchDataHandler>public final com.google.gwt.event.shared.GwtEvent.Type<FetchDataHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<FetchDataHandler>public Criteria getCriteria()
public DSRequest getRequestProperties()