How to dynamically add listheaders and listcells in ZK
问题 I am totally new in ZK. I need to create N listheaders and N listcells in my zul file. But I do not know how to do it from my java controller and I am not using MVVM. The problem would be something like: @Wire private Window idWindow; private Listheader header; private Listcell item1; @Override public void onCreate(Event event) { header.setLabel("laaaa");// It would set just one header but I can have many (N headers) and same for items } <zk> <window id="idWindow" title="nameWindow" apply=