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");
lf1.setLabel(Labels.getLabel("message_Sum"));
final Listfooter lf2 = new Listfooter();
lf2.setParent(listfoot);
lf2.setWidth("60%");
this.lfMonthlyCount = new Listfooter();
this.lfMonthlyCount.setParent(listfoot);
this.lfMonthlyCount.setWidth("30%");
this.lfMonthlyCount.setStyle("font-weight:bold; text-align: right");
this.lbMonthlyCount.setItemRenderer(new SecLoginlogStatisticTotalListModelItemRenderer());