public class FacetMovedEvent extends BrowserEvent<FacetMovedHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
FacetMovedEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(FacetMovedHandler handler) |
static <S extends HasFacetMovedHandlers & 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<FacetMovedHandler> |
getAssociatedType() |
java.lang.String |
getFacetId()
facetId which moved
|
static GwtEvent.Type<FacetMovedHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic FacetMovedEvent(JavaScriptObject jsObj)
public static <S extends HasFacetMovedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<FacetMovedHandler> getType()
protected void dispatch(FacetMovedHandler handler)
dispatch in class GwtEvent<FacetMovedHandler>public final GwtEvent.Type<FacetMovedHandler> getAssociatedType()
getAssociatedType in class GwtEvent<FacetMovedHandler>public java.lang.String getFacetId()