|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.util.PropertyNodeContentRenderer<T>
public class PropertyNodeContentRenderer<T>
Renders the content for a node by looking up a property value of the specified class and rendering that one.
Constructor Summary | |
---|---|
PropertyNodeContentRenderer(PropertyValueConverter<T> converter)
|
|
PropertyNodeContentRenderer(java.lang.String... properties)
|
Method Summary | |
---|---|
void |
renderNodeContent(NodeBase component,
NodeContainer node,
T object,
java.lang.Object parameters)
Render the content for a node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyNodeContentRenderer(@Nonnull PropertyValueConverter<T> converter)
public PropertyNodeContentRenderer(java.lang.String... properties)
Method Detail |
---|
public void renderNodeContent(NodeBase component, NodeContainer node, T object, java.lang.Object parameters) throws java.lang.Exception
INodeContentRenderer
renderNodeContent
in interface INodeContentRenderer<T>
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |