this.listheader_CustName1.setSortDescending(this.fcKunName1_Desc);
this.listheader_CustName2.setSortAscending(this.fcKunName2_Asc);
this.listheader_CustName2.setSortDescending(this.fcKunName2_Desc);
this.listheader_CustCity.setSortAscending(this.fcKunOrt_Asc);
this.listheader_CustCity.setSortDescending(this.fcKunOrt_Desc);
this.listBoxCustomer.setItemRenderer(new CustomerListModelItemRenderer());
this.pagedListWrapperCustomer.init(so2, this.listBoxCustomer, this.pagingKunde);
}