public PanelAnalyseList(PageContainer container, ClientLocal clientLocal, boolean isAnalysis) throws ClipsException {
super(container);
initComponents();
this.clientLocal = clientLocal;
this.isAnalysis = isAnalysis;
cfl = new CheckupFactoryLocal(getAuditManager());
reloadTable();
resizeColumn();
StateSaver.attachTo(this);
}