Interface AuthorTooltipCustomizerProvider
- All Known Subinterfaces:
AuthorEditorAccess,IWebappAuthorEditorAccess,WSAuthorComponentEditorPage,WSAuthorEditorPage,WSAuthorEditorPageBase
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface AuthorTooltipCustomizerProvider
Allow developers to add tooltip customizers for customizing the tooltips which appear when hovering in the visual Author editing mode.
- Since:
- 18
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTooltipCustomizer(AuthorTooltipCustomizer tooltipCustomizer) Add a tooltip customizer.voidremoveTooltipCustomizer(AuthorTooltipCustomizer tooltipCustomizer) Remove a tooltip customizer.
-
Method Details
-
addTooltipCustomizer
Add a tooltip customizer. The customizer can be used to customize the description shown when hovering the Author page.- Parameters:
tooltipCustomizer- The tooltip customizer.
-
removeTooltipCustomizer
Remove a tooltip customizer.- Parameters:
tooltipCustomizer- The tooltip customizer.
-