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));
lh1.setParent(listhead);
final Listheader lh2 = new Listheader(Labels.getLabel("listheader_SecLoginlogList_CountryCode2.label"));
lh2.setSclass("FDListBoxHeader1");
lh2.setWidth("60%");
lh2.setSortAscending(new FieldComparator("countryName", true));
lh2.setSortDescending(new FieldComparator("countryName", false));
lh2.setParent(listhead);
final Listheader lh3 = new Listheader(Labels.getLabel("ListheaderStatisticTotalCountByCountries.TotalCount.Label"));
lh3.setSclass("FDListBoxHeader1");
lh3.setWidth("30%");
lh3.setSortAscending(new FieldComparator("totalCount", true));
lh3.setSortDescending(new FieldComparator("totalCount", false));
lh3.setSortDirection("descending");
lh3.setParent(listhead);
final Listfoot listfoot = new Listfoot();
listfoot.setHeight("20px");