- All Superinterfaces:
Hook
- All Known Implementing Classes:
ExportExternalButtonHooker, MarkNodeAsFavoriteHooker, MenuAddFolderHooker, MenuDeleteHooker, MenuExportHooker, MenuOpenHooker, MenuRenameHooker, MenuTestHooker, MenuToAnotherTeamspaceHooker, ReportViewDocumentationHooker, ReportViewScheduleButtonHooker, TSMenuDownloadHooker
public interface TsFavoriteMenuHook
extends Hook
-
Method Summary
boolean
boolean
Configure button behavior based on selection.
Create the hook’s button (called once at startup).
void
Removes the supplied handler registration, detaching its associated
handler from the event pipeline.
-
Method Details
-
-
configureToolbarButton
Configure button behavior based on selection. Called in `itemSelected` if a button exists for this hook.
-
-
removeHandlerRegistration
void removeHandlerRegistration()
Removes the supplied handler registration, detaching its associated
handler from the event pipeline.