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 java.lang.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.java.lang.Exception
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.