public class BindTreeitemRenderer extends AbstractRenderer implements TreeitemRenderer<java.lang.Object>
CURRENT_INDEX_RESOLVER_ATTR, EACH_ATTR, EACH_STATUS_VAR, EACH_VAR, IS_TEMPLATE_MODEL_ENABLED_ATTR, RENDERED_COMPONENTS, STATUS_ATTR, STATUS_POST_VAR
Constructor and Description |
---|
BindTreeitemRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
render(Treeitem item,
java.lang.Object data,
int index)
Renders the data to the specified tree item.
|
addItemReference, addTemplateTracking, filterOutShadows, resolveTemplate, resolveTemplate, setAttributeName
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
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.