@API(type=EXTENDABLE,
src=PUBLIC)
public class AuthorBreadCrumbCustomizer
extends java.lang.Object
implements AuthorNodeRendererCustomizer, AuthorPopupMenuCustomizer
| Constructor and Description |
|---|
AuthorBreadCrumbCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
customizePopUpMenu(java.lang.Object popUp,
AuthorAccess authorAccess)
Customize a pop-up menu in the Author page before showing it.
|
void |
customizePopUpMenu(java.lang.Object popUp,
AuthorAccess authorAccess,
AuthorNode clickedNode)
Customize a pop-up menu in the Author page before showing it.
|
void |
customizeRenderingInformation(RenderingInformation renderInfo)
Customize the tooltip, text and additional info to be presented in the Outline and Breadcrumb for the given node.
|
public void customizeRenderingInformation(RenderingInformation renderInfo)
customizeRenderingInformation in interface AuthorNodeRendererCustomizerrenderInfo - The default information which will get displayed.
You can set custom values for each fieldpublic void customizePopUpMenu(java.lang.Object popUp,
AuthorAccess authorAccess)
AuthorPopupMenuCustomizercustomizePopUpMenu in interface AuthorPopupMenuCustomizerpopUp - The pop-up Menu.authorAccess - Access class to the author functions.AuthorPopupMenuCustomizer.customizePopUpMenu(java.lang.Object, ro.sync.ecss.extensions.api.AuthorAccess)public void customizePopUpMenu(java.lang.Object popUp,
AuthorAccess authorAccess,
AuthorNode clickedNode)
popUp - The pop-up Menu.authorAccess - Access class to the author functions.clickedNode - The current clicked node in the Author page.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.