public interface INodeContentRenderer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
renderNodeContent(NodeBase component,
NodeContainer node,
T object,
Object parameters)
Render the content for a node.
|
void renderNodeContent(@Nonnull NodeBase component, @Nonnull NodeContainer node, @Nullable T object, @Nullable Object parameters) throws Exception
component - node - object - The nullable item we're rendering.parameters - ExceptionCopyright © 2017 etc.to. All rights reserved.