|
|
@ -18,10 +18,17 @@ public interface FormElementCaseEditorProcessor extends Level{ |
|
|
|
/** |
|
|
|
/** |
|
|
|
* 生成属性表 |
|
|
|
* 生成属性表 |
|
|
|
* @param temp 传入当前操作的class |
|
|
|
* @param temp 传入当前操作的class |
|
|
|
|
|
|
|
* @param formFitAttr 表单自适应属性 |
|
|
|
|
|
|
|
* @param elementcaseFitAttr 报表块自适应属性 |
|
|
|
* @return 返回属性表 |
|
|
|
* @return 返回属性表 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
PropertyDescriptor[] createPropertyDescriptor(Class<?> temp, ReportFitAttrProvider formFitAttr, ReportFitAttrProvider elementcaseFitAttr); |
|
|
|
PropertyDescriptor[] createPropertyDescriptor(Class<?> temp, ReportFitAttrProvider formFitAttr, ReportFitAttrProvider elementcaseFitAttr); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 返回pc自适应属性值 |
|
|
|
|
|
|
|
* @param fitAttrProvider 传入的自适应属性 |
|
|
|
|
|
|
|
* @return 返回pc自适应属性值 |
|
|
|
|
|
|
|
*/ |
|
|
|
int getFitStateInPC(ReportFitAttrProvider fitAttrProvider); |
|
|
|
int getFitStateInPC(ReportFitAttrProvider fitAttrProvider); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|