Interface NodeLabelRenderer
public interface NodeLabelRenderer
Defines a label renderer that depends on the currently evaluated node. A custom renderer can be defined for a table configuration.
- Since:
 - 1.1.0
 
- 
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.base.text.UserMessagegetLabel(NodeLabelContext context) Returns the label to render for a node. 
- 
Method Details
- 
getLabel
Returns the label to render for a node. This method will be called as many times as the number of new nodes.- Parameters:
 context- Context that provides data to renderer- Since:
 - 1.1.0
 
 
 -