forked from fanruan/finekit
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
413 B
15 lines
413 B
6 years ago
|
package com.fanruan.api.report.form.category;
|
||
|
|
||
|
import com.fanruan.api.report.form.BaseWidget;
|
||
|
import com.fr.data.act.Producer;
|
||
|
|
||
|
/**
|
||
|
* @author richie
|
||
|
* @version 10.0
|
||
|
* Created by richie on 2019-09-19
|
||
|
* 初始化的时候除了配置,还会有加载数据的控件,典型的控件如下拉框、下拉树、复选框组等
|
||
|
*/
|
||
|
public abstract class LoadingWidget extends BaseWidget implements Producer {
|
||
|
|
||
|
}
|