public class NodeContextClickEvent extends BrowserEvent<NodeContextClickHandler> implements Cancellable
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
NodeContextClickEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Calling this method cancels the event
|
protected void |
dispatch(NodeContextClickHandler handler) |
static <S extends HasNodeContextClickHandlers & 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<NodeContextClickHandler> |
getAssociatedType() |
TreeNode |
getNode()
The node (record) on which the contextclick occurred.
|
int |
getRecordNum()
Index of the row where the contextclick occurred.
|
static GwtEvent.Type<NodeContextClickHandler> |
getType()
Gets the type associated with this event.
|
TreeGrid |
getViewer()
The TreeGrid on which the contextclick occurred.
|
boolean |
isCancelled() |
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public NodeContextClickEvent(JavaScriptObject jsObj)
public static <S extends HasNodeContextClickHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<NodeContextClickHandler> getType()
protected void dispatch(NodeContextClickHandler handler)
dispatch
in class GwtEvent<NodeContextClickHandler>
public final GwtEvent.Type<NodeContextClickHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<NodeContextClickHandler>
public void cancel()
cancel
in interface Cancellable
public boolean isCancelled()
isCancelled
in interface Cancellable
public TreeGrid getViewer()
public TreeNode getNode()
public int getRecordNum()