public class SortEvent extends BrowserEvent<SortChangedHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
SortEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SortChangedHandler handler) |
static <S extends HasSortChangedHandlers & 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<SortChangedHandler> |
getAssociatedType() |
SortSpecifier[] |
getSortSpecifiers()
new sort specifiers - may be empty indicating the grid was unsorted
|
static GwtEvent.Type<SortChangedHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic SortEvent(JavaScriptObject jsObj)
public static <S extends HasSortChangedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<SortChangedHandler> getType()
protected void dispatch(SortChangedHandler handler)
dispatch in class GwtEvent<SortChangedHandler>public final GwtEvent.Type<SortChangedHandler> getAssociatedType()
getAssociatedType in class GwtEvent<SortChangedHandler>public SortSpecifier[] getSortSpecifiers()