◆ doAfterCompose()
void org.turro.financials.report.ReportComposer.doAfterCompose |
( |
Component |
comp | ) |
throws Exception |
Definition at line 77 of file ReportComposer.java.
78 super.doAfterCompose(comp);
79 to.setValue(
new Date());
80 from.setValue(
new CheckDate(to.getValue()).addMonths(-1).getDate());
81 body = (ReportBody) Executions.getCurrent().getAttribute(
"body");
82 execute.setDisabled(body ==
null);
84 text.setValue(FileUtil.getContent(body.
getFile(), ElephantContext.getEncoding()));
◆ onExecute()
void org.turro.financials.report.ReportComposer.onExecute |
( |
| ) |
|
◆ onSave()
void org.turro.financials.report.ReportComposer.onSave |
( |
| ) |
|
Definition at line 65 of file ReportComposer.java.
68 FileUtil.setContent(body.
getFile(), text.getText(), ElephantContext.getEncoding());
69 }
catch (IOException ex) {
70 Logger.getLogger(ReportComposer.class.getName()).log(Level.SEVERE, ElephantContext.logMsg(
null), ex);
The documentation for this class was generated from the following file: