public class BindStepRenderer<E> extends org.zkoss.bind.impl.AbstractRenderer implements StepRenderer<E>
| Constructor and Description |
|---|
BindStepRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(Step step,
E data,
int index)
Renders the data to the specified Step.
|
public void render(Step step, E data, int index) throws Exception
StepRendererrender in interface StepRenderer<E>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).ExceptionCopyright © 2026. All rights reserved.