|
|
@ -18,7 +18,7 @@ public class ReportExportAttrPane extends BasicPane { |
|
|
|
private ExcelExportPane excelExportPane; |
|
|
|
private ExcelExportPane excelExportPane; |
|
|
|
private PDFExportPane pdfExportPane; |
|
|
|
private PDFExportPane pdfExportPane; |
|
|
|
private WordExportPane wordExportPane; |
|
|
|
private WordExportPane wordExportPane; |
|
|
|
List<AbstractExportPane> paneList; |
|
|
|
private List<AbstractExportPane> paneList; |
|
|
|
|
|
|
|
|
|
|
|
public ReportExportAttrPane() { |
|
|
|
public ReportExportAttrPane() { |
|
|
|
UITabbedPane uiTabbedPane = new UITabbedPane(); |
|
|
|
UITabbedPane uiTabbedPane = new UITabbedPane(); |
|
|
|