forked from fanruan/design
Browse Source
* commit 'e9a5a2d793b2a8c88d417dd9a0e11f1dc3d8e447': REPORT-12635 无JIRA任务 删除过时的接口 REPORT-11623 IOFile移动到报表中 CHART-3252 更换单元格数据布局方式和边框大小 REPORT-12852 10.0模板短信事件在mac下的提示弹框有问题 REPORT-12710 REPORT-12885 设计器鸣谢名单SiteCenter修改不生效 REPORT-12865 文件控件,ie11下图标显示不出来了 CHART-3413 优化改法 CHART-3413 词云-系列 类型转换错误 rt REPORT-9679 去除国际化影响,后续feature合进来之后统一定义成常量10.0
neil
6 years ago
12 changed files with 205 additions and 179 deletions
@ -1,19 +0,0 @@ |
|||||||
package com.fr.design.fun; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author richie |
|
||||||
* @date 2015-03-31 |
|
||||||
* @since 8.0 |
|
||||||
*/ |
|
||||||
public interface Feedback { |
|
||||||
String MARK_STRING = "FineReport_Feedback"; |
|
||||||
|
|
||||||
void didFeedback(); |
|
||||||
|
|
||||||
Feedback EMPTY = new Feedback() { |
|
||||||
@Override |
|
||||||
public void didFeedback() { |
|
||||||
|
|
||||||
} |
|
||||||
}; |
|
||||||
} |
|
Loading…
Reference in new issue