public interface LineitemRenderer<T>
Linelayout.ListModel,
Linelayout| Modifier and Type | Method and Description |
|---|---|
void |
render(Lineitem lineItem,
T data,
int index)
Renders the data to the specified lineitem.
|
void render(Lineitem lineItem, T data, int index) throws Exception
lineItem - 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.