jrireportdefaultscriptlet.java

来自「优秀的打印控件全源代码,类似水晶表的设计器!」· Java 代码 · 共 84 行

JAVA
84
字号
package it.businesslogic.ireport;import dori.jasper.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 + =
减小字号Ctrl + -
显示快捷键?