Processing...

Suggested case list:

Using timer to refresh a grid

383guest172.69.33.12125nk0uiMay 7, 2020 7:23:47 AMlink

user model to move item to another listbox

120guest162.158.193.148d0n3krApr 2, 2020 5:28:28 AMlink

Disabled list item row passed to VM-1981

296fatih123160.83.36.13025nk0uiFeb 13, 2018 4:25:44 PMlink

Disabled list item row passed to VM-1981

295fatih123160.83.36.13025nk0uiFeb 13, 2018 4:25:16 PMlink

Disabled list item row passed to VM-1981

294fatih123160.83.36.13225nk0uiFeb 13, 2018 3:30:44 PMlink

grid sample with ListModel/RowRenderer

816guest80.82.2.1312vah9ajFeb 21, 2017 11:42:21 AMlink

grid sample with ListModel/RowRenderer

809guest175.98.113.1622vah9ajJan 26, 2017 9:19:33 AMlink

grid sample with ListModel/RowRenderer

196guest79.185.142.402vah9ajApr 26, 2014 10:53:57 PMlink

grid sample with ListModel/RowRenderer

195guest79.185.142.402vah9ajApr 26, 2014 10:53:54 PMlink

grid sample with ListModel/RowRenderer

194guest79.185.142.402vah9ajApr 26, 2014 10:53:51 PMlink

grid sample with ListModel/RowRenderer

193guest79.185.142.402vah9ajApr 26, 2014 10:53:48 PMlink

grid sample with ListModel/RowRenderer

192guest79.185.142.402vah9ajApr 26, 2014 10:53:44 PMlink

grid sample with ListModel/RowRenderer

191guest79.185.142.402vah9ajApr 26, 2014 10:53:40 PMlink

Hierarchy table without using ZK PE/EE

1aaknai151.28.135.2131s871daJul 29, 2013 11:02:46 PMlink

grid sample with ListModel/RowRenderer

128aaknai151.28.135.2132vah9ajJul 29, 2013 7:20:00 PMlink

user model to move item to another listbox

1TonyQ114.25.109.94d0n3krApr 21, 2012 10:43:27 AMlink

Using timer to refresh a grid

1TonyQ220.133.44.3725nk0uiFeb 17, 2012 3:17:34 AMlink

Fire a event from child iframe

1TonyQ220.133.44.372eupjotFeb 3, 2012 5:04:52 AMlink

Textbox input restriction sample

1TonyQ72.21.245.2431b3nlr0Dec 20, 2011 10:09:10 AMlink

Test web core taglib in ZUL

1TonyQ198.203.175.175ofqkemDec 17, 2011 3:36:08 AMlink

Latest 10 Fiddles :

Another new ZK fiddle

1guest172.70.111.155rcrbibApr 24, 2024 10:32:38 AMlink

open new url in same tab

16guest172.71.134.14923nk51gApr 23, 2024 3:42:54 PMlink

Dedalus Concerto CONC-5938

71guest188.114.102.11417kiilApr 23, 2024 1:10:17 PMlink

Dedalus Concerto CONC-XXXX

70guest172.71.246.317kiilApr 23, 2024 10:43:35 AMlink

Dedalus Concerto CONC-XXXX

69guest172.71.246.217kiilApr 23, 2024 10:42:44 AMlink

Dedalus Concerto CONC-XXXX

68guest172.71.246.4917kiilApr 23, 2024 10:40:09 AMlink

Scrapbook Concerto CONC-XXXX

67guest172.71.246.4817kiilApr 23, 2024 10:39:49 AMlink

Scrapbook Concerto CONC-XXXX

66guest172.71.246.4917kiilApr 23, 2024 10:39:35 AMlink

Scrapbook Concerto CONC-XXXX

65guest172.71.246.4917kiilApr 23, 2024 10:38:52 AMlink

Scrapbook Concerto CONC-XXXX

64guest172.71.246.4917kiilApr 23, 2024 10:38:47 AMlink

Hide Auxhead

1guest172.70.85.205fvdiuhOct 26, 2021 3:47:22 PMlink

resources

index.zulzul<?xml version="1.0" encoding="UTF-8"?> <zk xmlns="http://www.zkoss.org/2005/zul" xmlns:n="native"> <div vflex="true" width="100%" apply="org.zkoss.bind.BindComposer" viewModel="@id('vm') @init('pkg$.test.DynamicColumnModel')"> <borderlayout id="BLContenedor" width="100%" style="height:100%"> <north border="none" collapsible="false" splittable="false" height="50px"/> <west width="380px" splittable="true" collapsible="true" style="border-left:0px" open="true" autoscroll="true"/> <center> <div hflex="true" vflex="true"> <tabbox vflex="true" width="100%"> <tabs> <tab label="Tab 1" /> <tab label="Tab 2" /> <tab label="Tab 3"/> </tabs> <toolbar style="padding-top:5px; height:19px;"> <label value="03/12/2013 10:25" style="vertical-align:bottom;color:#ACACAC"/> </toolbar> <tabpanels> <tabpanel></tabpanel> <tabpanel> <borderlayout> <north border="none" height="230px" collapsible="true" title="North"/> <center border="none"> <n:div style="width:100%;height:100%;"> <listbox id="LB" mold="paging" autopaging="true" vflex="true" sizedByContent="true" width="99%" span="0" model="@bind(vm.data)"> <listhead sizable="true"> <listheader label="Listheader 1"/> <listheader label="Listheader 2"/> <listheader label="Listheader 3"/> <listheader label="Listheader 4"/> <listheader label="Listheader 5"/> <listheader label="Listheader 6"/> <listheader label="Listheader 7"/> <listheader label="Listheader 8"/> </listhead> <auxhead id="auxh" visible="false"> <auxheader align="center" colspan="2" label="Auxheader 1"/> <auxheader align="center" colspan="2" label="Auxheader 2"/> <auxheader align="center" colspan="2" label="Auxheader 3"/> <auxheader align="center" colspan="2" label="Auxheader 4"/> </auxhead> <template name="model" var="line"> <listitem children="@bind(line)" > <template name="children" var="cell"> <listcell label="@load(cell)" style="text-align: center"/> </template> </listitem> </template> <listfoot> <listfooter label="LF"/> </listfoot> </listbox> <toolbar> <toolbarbutton label="Load data" onClick="@command('loadData')"/> <toolbarbutton label="Show/Hide auxhead" onClick="@command('switchAuxhead')"/> </toolbar> </n:div> </center> </borderlayout> </tabpanel> <tabpanel></tabpanel> </tabpanels> </tabbox> </div> </center> </borderlayout> </div> </zk>DynamicColumnModel.javajavaimport java.util.ArrayList; import java.util.List; import org.zkoss.bind.BindContext; import org.zkoss.bind.BindUtils; import org.zkoss.bind.Converter; import org.zkoss.bind.annotation.AfterCompose; import org.zkoss.bind.annotation.BindingParam; import org.zkoss.bind.annotation.Command; import org.zkoss.bind.annotation.ContextParam; import org.zkoss.bind.annotation.ContextType; import org.zkoss.bind.annotation.GlobalCommand; import org.zkoss.bind.annotation.NotifyChange; import org.zkoss.bind.annotation.Init; import org.zkoss.zk.ui.select.Selectors; import org.zkoss.zk.ui.select.annotation.Listen; import org.zkoss.zk.ui.select.annotation.Wire; import org.zkoss.zk.ui.select.annotation.WireVariable; import org.zkoss.zk.ui.Component; import org.zkoss.zul.Auxhead; import org.zkoss.zul.Listbox; public class DynamicColumnModel { private List<List<String>> data = new ArrayList<List<String>>(); private List<String> columns = new ArrayList<String>(); private List<String> headers = new ArrayList<String>(); @Wire private Auxhead auxh; @Wire private Listbox LB; @AfterCompose public void init(@ContextParam(ContextType.VIEW) Component view){ //enlaza los componentes Selectors.wireComponents(view, this, false); //enlaza eventos Selectors.wireEventListeners(view, this); Selectors.wireVariables(view, this, null); for (int i = 0; i< 4; i++) { headers.add("Header "+i); for (int j = 0; j< 2; j++) { columns.add("Dynamic Col "+i+"/"+j); } } LB.getPagingChild().setAutohide(false); } @Command("loadData") @NotifyChange("data") public void loadData(){ data.clear(); for (int i = 0; i< 20; i++) { ArrayList<String> dataLine = new ArrayList<String>(); for (int j = 0; j< 8; j++) { dataLine.add("Data "+i+"/"+j); } data.add(dataLine); } } @Command("switchAuxhead") public void switchAuxhead(){ auxh.setVisible(!auxh.isVisible()); LB.invalidate(); } public List<String> getHeaders() { return headers; } public void setHeadList(List<String> headers) { this.headers = headers; } public List<String> getColumns() { return columns; } public void setColumns(List<String> columns) { this.columns = columns; } public List<List<String>> getData() { return data; } public void setData(List<List<String>> dataList) { this.data = dataList; } }