public interface HasFolderContextClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addFolderContextClickHandler(FolderContextClickHandler handler)
This method is called when a context click occurs on a folder record.
|
fireEvent
HandlerRegistration addFolderContextClickHandler(FolderContextClickHandler handler)
handler
- the folderContextClick handlerHandlerRegistration
used to remove this handler