Class FolderClickEvent


public class FolderClickEvent extends BrowserEvent<FolderClickHandler>
  • Constructor Details

  • Method Details

    • getFiringCanvas

      public Canvas getFiringCanvas()
      Returns the Canvas firing the event.
      Returns:
      Canvas firing the event
    • fire

      public static <S extends HasFolderClickHandlers & HasHandlers> void 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.
      Type Parameters:
      S - The event source
      Parameters:
      source - the source of the handlers
      jsObj - the native event
    • getType

      public static GwtEvent.Type<FolderClickHandler> getType()
      Gets the type associated with this event.
      Returns:
      returns the handler type
    • dispatch

      protected void dispatch(FolderClickHandler handler)
      Specified by:
      dispatch in class GwtEvent<FolderClickHandler>
    • getAssociatedType

      public final GwtEvent.Type<FolderClickHandler> getAssociatedType()
      Specified by:
      getAssociatedType in class GwtEvent<FolderClickHandler>
    • getViewer

      public TreeGrid getViewer()
      The TreeGrid on which folderClick() occurred.
      Returns:
      The TreeGrid on which folderClick() occurred.
    • getFolder

      public TreeNode getFolder()
      The folder (record) that was clicked
      Returns:
      The folder (record) that was clicked
    • getRecordNum

      public int getRecordNum()
      Index of the row where the click occurred.
      Returns:
      Index of the row where the click occurred.