'Can i create a list using a renderer in Hybris?

I have a renderer with one object(OrderEntryModel) that contains a list of objects and i want to create a list in backoffice with that objects(OrderEntryItemModel). It can be possible?

public class *Renderer implements WidgetComponentRenderer<Listcell, ListColumn, OrderEntryModel> {

    @Override
    public void render(final Listcell listcell, final ListColumn configuration, final OrderEntryModel orderEntryModel,
                       final DataType dataType, final WidgetInstanceManager widgetInstanceManager) {

}


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source