Class LeafClickEvent


public class LeafClickEvent extends BrowserEvent<LeafClickHandler>
  • Constructor Details

  • Method Details

    • getFiringCanvas

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

      public static <S extends HasLeafClickHandlers & 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<LeafClickHandler> getType()
      Gets the type associated with this event.
      Returns:
      returns the handler type
    • dispatch

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

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

      public TreeGrid getViewer()
      The TreeGrid on which leafClick() occurred.
      Returns:
      The TreeGrid on which leafClick() occurred.
    • getLeaf

      public TreeNode getLeaf()
      The leaf (record) that was clicked
      Returns:
      The leaf (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.