|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.component.input.SimpleLookupInputRenderer<T>
public class SimpleLookupInputRenderer<T>
This renderer represents default renderer that is used for LookupInput
control.
It can be additionaly customized (before and after custom content) by setting provided ICustomContentFactory
fields.
See SimpleLookupInputRenderer#setBeforeContent
and SimpleLookupInputRenderer#setAfterContent
.
Custom added content would be enveloped into separate row(s).
Constructor Summary | |
---|---|
SimpleLookupInputRenderer()
|
Method Summary | |
---|---|
INodeContentRenderer<T> |
getAfterRenderer()
Enables appending of custom content that would be enveloped into additionaly added row after the actual data. |
INodeContentRenderer<T> |
getBeforeRenderer()
Enables inserting of custom content that would be enveloped into additionaly added row that is inserted before rows that are part of builtin content. |
void |
renderNodeContent(NodeBase component,
NodeContainer node,
T object,
java.lang.Object parameters)
Render the content for a node. |
void |
setAfterRenderer(INodeContentRenderer<T> afterContent)
Enables appending of custom content that would be enveloped into additionaly added row after the actual data. |
void |
setBeforeRenderer(INodeContentRenderer<T> beforeContent)
Enables inserting of custom content that would be enveloped into additionaly added row that is inserted before rows that are part of builtin content. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleLookupInputRenderer()
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
public INodeContentRenderer<T> getBeforeRenderer()
public void setBeforeRenderer(INodeContentRenderer<T> beforeContent)
afterContent
- public INodeContentRenderer<T> getAfterRenderer()
public void setAfterRenderer(INodeContentRenderer<T> afterContent)
afterContent
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |