public class FolderClickEvent extends BrowserEvent<FolderClickHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
FolderClickEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(FolderClickHandler handler) |
static <S extends HasFolderClickHandlers & 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<FolderClickHandler> |
getAssociatedType() |
TreeNode |
getFolder()
The folder (record) that was clicked
|
int |
getRecordNum()
Index of the row where the click occurred.
|
static GwtEvent.Type<FolderClickHandler> |
getType()
Gets the type associated with this event.
|
TreeGrid |
getViewer()
The TreeGrid on which folderClick() occurred.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic FolderClickEvent(JavaScriptObject jsObj)
public static <S extends HasFolderClickHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<FolderClickHandler> getType()
protected void dispatch(FolderClickHandler handler)
dispatch in class GwtEvent<FolderClickHandler>public final GwtEvent.Type<FolderClickHandler> getAssociatedType()
getAssociatedType in class GwtEvent<FolderClickHandler>public TreeGrid getViewer()
public TreeNode getFolder()
public int getRecordNum()