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 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).ExceptionCopyright © 2026. All rights reserved.