public interface OrgitemRenderer<T>
Organigram.TreeModel,
Organigram| Modifier and Type | Method and Description |
|---|---|
void |
render(Orgitem item,
T data,
int index)
Renders the data to the specified Orgitem.
|
void render(Orgitem item, T data, int index) throws java.lang.Exception
item - the Orgitem to render the result.data - that is used to render the Orgitemindex - 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.ExceptionCopyright © 2005-2024 Potix Corporation. All Rights Reserved.