|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.bind.impl.AbstractRenderer org.zkoss.bind.impl.BindTreeitemRenderer
public class BindTreeitemRenderer
Treeitem renderer for binding.
Field Summary |
---|
Fields inherited from class org.zkoss.bind.impl.AbstractRenderer |
---|
CURRENT_INDEX_RESOLVER_ATTR, EACH_ATTR, EACH_STATUS_VAR, EACH_VAR, IS_TEMPLATE_MODEL_ENABLED_ATTR, STATUS_ATTR, STATUS_POST_VAR |
Constructor Summary | |
---|---|
BindTreeitemRenderer()
|
Method Summary | |
---|---|
void |
render(Treeitem item,
java.lang.Object data,
int index)
Renders the data to the specified tree item. |
Methods inherited from class org.zkoss.bind.impl.AbstractRenderer |
---|
addItemReference, addTemplateTracking, filterOutShadows, resolveTemplate, resolveTemplate, setAttributeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BindTreeitemRenderer()
Method Detail |
---|
public void render(Treeitem item, java.lang.Object data, int index) throws java.lang.Exception
TreeitemRenderer
render
in interface TreeitemRenderer<java.lang.Object>
item
- the Treeitem to render the result.
data
- that is used to render the Treeitemindex
- the index of the data that is currently being rendered.
Notice the index is the order of the siblings (i.e., data that belongs
to the same parent).
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |