private void populate(ClearSpanAuditVoCollection entries) { form.grdDetails().getRows().clear(); form.grdDetails().resetScrollPosition(); form.ctnDetails().setCollapsed(true); clearDetails(); if(entries == null) return; for(int x = 0; x < entries.size(); x++) { populate(entries.get(x)); } }