public interface HasFolderClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addFolderClickHandler(FolderClickHandler handler)
This method is called when a folder record is clicked on.
|
fireEventHandlerRegistration addFolderClickHandler(FolderClickHandler handler)
handler - the folderClick handlerHandlerRegistration used to remove this handler