public interface StepRenderer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
render(Step step,
T data,
int index)
Renders the data to the specified Step.
|
void render(Step step, T data, int index) throws java.lang.Exception
step - the Step to render the result.data - that is used to render the Stepindex - 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.