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