Interface HasFolderClosedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
EditTree, TreeGrid, TreePalette

public interface HasFolderClosedHandlers extends HasHandlers
  • Method Details

    • addFolderClosedHandler

      HandlerRegistration addFolderClosedHandler(FolderClosedHandler handler)
      This method is called when a folder is closed either via the user manipulating the expand/collapse control in the UI or via closeFolder(). You can return false to cancel the close.
      Parameters:
      handler - the folderClosed handler
      Returns:
      HandlerRegistration used to remove this handler