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");
listfoot.setParent(this.lbMonthlyCount);
final Listfooter lf1 = new Listfooter();
lf1.setParent(listfoot);
lf1.setWidth("10%");
lf1.setStyle("font-weight:bold");