this.lbMonthlyCount.setWidth("99.5%");
this.lbMonthlyCount.setHeight("99.5%");
// lb.setParent(panelchildrenSecLoginLogStatistikCenter);
this.lbMonthlyCount.setParent(center);
final Listhead listhead = new Listhead();
listhead.setSizable(true);
listhead.setParent(this.lbMonthlyCount);
final Listheader lh1 = new Listheader();
lh1.setSclass("FDListBoxHeader1");
lh1.setWidth("10%");
lh1.setSortAscending(new FieldComparator("country", true));
lh1.setSortDescending(new FieldComparator("country", false));