public class FilterSearchEvent extends BrowserEvent<SearchHandler>
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
FilterSearchEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SearchHandler handler) |
static <S extends HasSearchHandlers & HasHandlers> |
fire(S source,
JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
GwtEvent.Type<SearchHandler> |
getAssociatedType() |
AdvancedCriteria |
getCriteria()
The criteria represented by the filterBuilder
|
Canvas |
getFiringCanvas()
Returns the
Canvas firing the event. |
static GwtEvent.Type<SearchHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
getFiringInstanceAsJavaScriptObject
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public FilterSearchEvent(JavaScriptObject jsObj)
public Canvas getFiringCanvas()
Canvas
firing the event.public static <S extends HasSearchHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<SearchHandler> getType()
protected void dispatch(SearchHandler handler)
dispatch
in class GwtEvent<SearchHandler>
public final GwtEvent.Type<SearchHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<SearchHandler>
public AdvancedCriteria getCriteria()