public class BindLineitemRenderer<E> extends org.zkoss.bind.impl.AbstractRenderer implements LineitemRenderer<E>, Serializable
| Constructor and Description |
|---|
BindLineitemRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(Lineitem item,
E data,
int index)
Renders the data to the specified lineitem.
|
public void render(Lineitem item, E data, int index) throws Exception
LineitemRendererrender in interface LineitemRenderer<E>item - the lineItem to render the result.data - that is used to render the lineitem.index - the index of the data that is currently being rendered.ExceptionCopyright © 2026. All rights reserved.