📄 jrireportdefaultscriptlet.java
字号:
package it.businesslogic.ireport;import net.sf.jasperreports.engine.*;public class JRIreportDefaultScriptlet extends JRAbstractScriptlet { /** Creates a new instance of JRIreportDefaultScriptlet */public JRIreportDefaultScriptlet() {}/** Begin EVENT_BEFORE_REPORT_INIT Please don't touch or move this comment*/public void beforeReportInit() throws JRScriptletException{}/** End EVENT_BEFORE_REPORT_INIT Please don't touch or move this comment*//** Begin EVENT_AFTER_REPORT_INIT Please don't touch or move this comment*/public void afterReportInit() throws JRScriptletException{}/** End EVENT_AFTER_REPORT_INIT Please don't touch or move this comment*//** Begin EVENT_BEFORE_PAGE_INIT Please don't touch or move this comment*/public void beforePageInit() throws JRScriptletException{}/** End EVENT_BEFORE_PAGE_INIT Please don't touch or move this comment*//** Begin EVENT_AFTER_PAGE_INIT Please don't touch or move this comment*/public void afterPageInit() throws JRScriptletException{}/** End EVENT_AFTER_PAGE_INIT Please don't touch or move this comment*//** Begin EVENT_BEFORE_COLUMN_INIT Please don't touch or move this comment*/public void beforeColumnInit() throws JRScriptletException{}/** End EVENT_BEFORE_COLUMN_INIT Please don't touch or move this comment*//** Begin EVENT_AFTER_COLUMN_INIT Please don't touch or move this comment*/public void afterColumnInit() throws JRScriptletException{}/** End EVENT_AFTER_COLUMN_INIT Please don't touch or move this comment*//** Begin EVENT_BEFORE_GROUP_INIT Please don't touch or move this comment*/public void beforeGroupInit(String groupName) throws JRScriptletException{}/** End EVENT_BEFORE_GROUP_INIT Please don't touch or move this comment*//** Begin EVENT_AFTER_GROUP_INIT Please don't touch or move this comment*/public void afterGroupInit(String groupName) throws JRScriptletException{}/** End EVENT_AFTER_GROUP_INIT Please don't touch or move this comment*//** Begin EVENT_BEFORE_DETAIL_EVAL Please don't touch or move this comment*/public void beforeDetailEval() throws JRScriptletException{}/** end EVENT_BEFORE_DETAIL_EVAL Please don't touch or move this comment*//** Begin EVENT_AFTER_DETAIL_EVAL Please don't touch or move this comment*/public void afterDetailEval() throws JRScriptletException{}/** End EVENT_AFTER_DETAIL_EVAL Please don't touch or move this comment*/ }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -