19 package org.turro.crm.zul.customer;
21 import org.turro.crm.entity.Customer;
22 import org.turro.i18n.I_;
23 import org.turro.zkoss.input.CollectionListbox;
24 import org.zkoss.zul.Listhead;
25 import org.zkoss.zul.Listheader;
35 if(v ==
null)
return null;
45 private void addHeaders() {
46 if(getListhead() !=
null)
return;
47 Listhead lh =
new Listhead();
49 lh.appendChild(
new Listheader(
I_.
get(
"Customer")));
String convertToString(Customer v)
static String get(String msg)