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