|
|
@ -74,11 +74,21 @@ public class ExportUniversalPane extends BasicPane { |
|
|
|
return "ExportUniversalPane"; |
|
|
|
return "ExportUniversalPane"; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 填充数据 |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param reportExportAttr 报表导出属性 |
|
|
|
|
|
|
|
*/ |
|
|
|
public void populate(ReportExportAttr reportExportAttr) { |
|
|
|
public void populate(ReportExportAttr reportExportAttr) { |
|
|
|
this.specialCharacterExport.setSelected(CustomConfig.getInstance().isOptimizedSpecialCharacterExport()); |
|
|
|
this.specialCharacterExport.setSelected(CustomConfig.getInstance().isOptimizedSpecialCharacterExport()); |
|
|
|
this.passwordSupportFormula.setSelected(reportExportAttr.isPwdSupportFormula()); |
|
|
|
this.passwordSupportFormula.setSelected(reportExportAttr.isPwdSupportFormula()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 更新界面 |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @param reportExportAttr 报表导出属性 |
|
|
|
|
|
|
|
*/ |
|
|
|
public void update(ReportExportAttr reportExportAttr) { |
|
|
|
public void update(ReportExportAttr reportExportAttr) { |
|
|
|
Configurations.modify(new WorkerFacade(CustomConfig.class) { |
|
|
|
Configurations.modify(new WorkerFacade(CustomConfig.class) { |
|
|
|
@Override |
|
|
|
@Override |
|
|
|