public class FolderOpenedEvent extends BrowserEvent<FolderOpenedHandler> implements Cancellable
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
FolderOpenedEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Call this method to cancel the open, true to all it to proceed
|
protected void |
dispatch(FolderOpenedHandler handler) |
static <S extends HasFolderOpenedHandlers & 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<FolderOpenedHandler> |
getAssociatedType() |
TreeNode |
getNode()
the folder (record) that is being opened
|
static GwtEvent.Type<FolderOpenedHandler> |
getType()
Gets the type associated with this event.
|
boolean |
isCancelled() |
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public FolderOpenedEvent(JavaScriptObject jsObj)
public static <S extends HasFolderOpenedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<FolderOpenedHandler> getType()
protected void dispatch(FolderOpenedHandler handler)
dispatch
in class GwtEvent<FolderOpenedHandler>
public final GwtEvent.Type<FolderOpenedHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<FolderOpenedHandler>
public void cancel()
cancel
in interface Cancellable
public boolean isCancelled()
isCancelled
in interface Cancellable
public TreeNode getNode()