Interface LinkLabelRenderer
- 
 public interface LinkLabelRendererDefines a label renderer that depends on the currently evaluated link. A custom renderer can be defined for a link configuration.- Since:
- 1.1.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com.onwbp.base.text.UserMessagegetLabel(LinkLabelContext context)Returns the label to render for a link.
 
- 
- 
- 
Method Detail- 
getLabelcom.onwbp.base.text.UserMessage getLabel(LinkLabelContext context) Returns the label to render for a link. This method will be called as many times as the number of links to and from the current node.- Parameters:
- context- a Context that provides data to the renderer
- Since:
- 1.1.0
 
 
- 
 
-