public class SortByFacetValuesEvent extends BrowserEvent<SortByFacetValuesHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
SortByFacetValuesEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SortByFacetValuesHandler handler) |
static <S extends HasSortByFacetValuesHandlers & 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<SortByFacetValuesHandler> |
getAssociatedType() |
FacetValueMap |
getFacetValues()
facetValues to sort
|
boolean |
getSortDirection()
true for ascending
|
static GwtEvent.Type<SortByFacetValuesHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic SortByFacetValuesEvent(JavaScriptObject jsObj)
public static <S extends HasSortByFacetValuesHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<SortByFacetValuesHandler> getType()
protected void dispatch(SortByFacetValuesHandler handler)
dispatch in class GwtEvent<SortByFacetValuesHandler>public final GwtEvent.Type<SortByFacetValuesHandler> getAssociatedType()
getAssociatedType in class GwtEvent<SortByFacetValuesHandler>public FacetValueMap getFacetValues()
public boolean getSortDirection()