public class ExcelReportViewHandlerSales extends ExcelReportViewHandler {
private JCheckBox checkBoxSalesMan;
public ExcelReportViewHandlerSales(ExcelReportEnum excelReportType) {
super(excelReportType,new Dimension(320, 130));
presentationModel = new PresentationModel(new ExcelReportSettingSales(excelReportType));
}