StateSaver.attachTo(this);
}
void initModels(){
try {
reportListModel = new DelegateListModel<ReportLocal>(new ReportSearchLocal(getAuditManager()).getReports());
reportList.setModel(reportListModel);
container = new DelegateListener<ReportLocal>();
new ObjectComboBoxModel<ReportLocal>(mainFileCBox, container, new ReportFilesListModel(mainFileCBox, container, true)) {
private static final long serialVersionUID = 1L;
public void setSelectedItemImp(Object anItem) throws ClipsException {