@ -99,7 +99,8 @@ public class EastRegionContainerPane extends UIEastResizableContainer {
public enum PropertyMode {
public enum PropertyMode {
REPORT , // 报表
REPORT , // 报表
REPORT_PARA , // 报表参数面板
REPORT_PARA_WIDGET , //报表参数面板中的控件
REPORT_PARA ( com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Component_Settings" ) ) , // 报表参数面板
REPORT_FLOAT , // 报表悬浮元素
REPORT_FLOAT , // 报表悬浮元素
FORM ( com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Component_Settings" ) ) , // 表单
FORM ( com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Component_Settings" ) ) , // 表单
FORM_REPORT , // 表单报表块
FORM_REPORT , // 表单报表块
@ -272,27 +273,27 @@ public class EastRegionContainerPane extends UIEastResizableContainer {
propertyItemMap = new LinkedHashMap < > ( ) ; // 有序map
propertyItemMap = new LinkedHashMap < > ( ) ; // 有序map
// 单元格元素
// 单元格元素
PropertyItem cellElement = new PropertyItem ( KEY_CELL_ELEMENT , com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Cell_Element" ) ,
PropertyItem cellElement = new PropertyItem ( KEY_CELL_ELEMENT , com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Cell_Element" ) ,
"cellelement" , new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_PARA , PropertyMode . REPORT_FLOAT , PropertyMode . POLY , PropertyMode . POLY_CHART } ,
"cellelement" , new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_PARA , PropertyMode . REPORT_PARA_WIDGET , PropertyMode . REPORT_ FLOAT , PropertyMode . POLY , PropertyMode . POLY_CHART } ,
new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . FORM_REPORT , PropertyMode . POLY_REPORT } ) ;
new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . FORM_REPORT , PropertyMode . POLY_REPORT } ) ;
// 单元格属性
// 单元格属性
PropertyItem cellAttr = new PropertyItem ( KEY_CELL_ATTR , com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Cell_Attributes" ) ,
PropertyItem cellAttr = new PropertyItem ( KEY_CELL_ATTR , com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Cell_Attributes" ) ,
"cellattr" , new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_PARA , PropertyMode . REPORT_FLOAT , PropertyMode . POLY , PropertyMode . POLY_CHART } ,
"cellattr" , new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_PARA , PropertyMode . REPORT_PARA_WIDGET , PropertyMode . REPORT_ FLOAT , PropertyMode . POLY , PropertyMode . POLY_CHART } ,
new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . FORM_REPORT , PropertyMode . POLY_REPORT } ) ;
new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . FORM_REPORT , PropertyMode . POLY_REPORT } ) ;
// 悬浮元素
// 悬浮元素
PropertyItem floatElement = new PropertyItem ( KEY_FLOAT_ELEMENT , com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Float_Element" ) ,
PropertyItem floatElement = new PropertyItem ( KEY_FLOAT_ELEMENT , com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Float_Element" ) ,
"floatelement" , new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_PARA , PropertyMode . REPORT_FLOAT , PropertyMode . POLY , PropertyMode . POLY_CHART } ,
"floatelement" , new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_PARA , PropertyMode . REPORT_PARA_WIDGET , PropertyMode . REPORT_ FLOAT , PropertyMode . POLY , PropertyMode . POLY_CHART } ,
new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_FLOAT , PropertyMode . POLY_REPORT } ) ;
new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_FLOAT , PropertyMode . POLY_REPORT } ) ;
// 控件设置
// 控件设置
PropertyItem widgetSettings = new PropertyItem ( KEY_WIDGET_SETTINGS , com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Component_Settings" ) ,
PropertyItem widgetSettings = new PropertyItem ( KEY_WIDGET_SETTINGS , com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Component_Settings" ) ,
"widgetsettings" , new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_PARA , PropertyMode . REPORT_FLOAT , PropertyMode . FORM , PropertyMode . POLY } ,
"widgetsettings" , new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_PARA , PropertyMode . REPORT_PARA_WIDGET , PropertyMode . REPORT_ FLOAT , PropertyMode . FORM , PropertyMode . POLY } ,
new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_PARA , PropertyMode . FORM , PropertyMode . POLY_REPORT , PropertyMode . POLY_CHART } ) ;
new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_PARA , PropertyMode . REPORT_PARA_WIDGET , PropertyMode . FORM , PropertyMode . POLY_REPORT , PropertyMode . POLY_CHART } ) ;
// 条件属性
// 条件属性
PropertyItem conditionAttr = new PropertyItem ( KEY_CONDITION_ATTR , com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Condition_Attributes" ) ,
PropertyItem conditionAttr = new PropertyItem ( KEY_CONDITION_ATTR , com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Condition_Attributes" ) ,
"conditionattr" , new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_PARA , PropertyMode . REPORT_FLOAT , PropertyMode . POLY , PropertyMode . POLY_CHART } ,
"conditionattr" , new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_PARA , PropertyMode . REPORT_PARA_WIDGET , PropertyMode . REPORT_ FLOAT , PropertyMode . POLY , PropertyMode . POLY_CHART } ,
new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . FORM_REPORT , PropertyMode . POLY_REPORT } ) ;
new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . FORM_REPORT , PropertyMode . POLY_REPORT } ) ;
// 超级链接
// 超级链接
PropertyItem hyperlink = new PropertyItem ( KEY_HYPERLINK , com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Report_Hyperlink" ) ,
PropertyItem hyperlink = new PropertyItem ( KEY_HYPERLINK , com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Report_Hyperlink" ) ,
"hyperlink" , new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_PARA , PropertyMode . REPORT_FLOAT , PropertyMode . POLY , PropertyMode . POLY_CHART } ,
"hyperlink" , new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_PARA , PropertyMode . REPORT_PARA_WIDGET , PropertyMode . REPORT_ FLOAT , PropertyMode . POLY , PropertyMode . POLY_CHART } ,
new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_FLOAT , PropertyMode . FORM_REPORT , PropertyMode . POLY_REPORT } ) ;
new PropertyMode [ ] { PropertyMode . REPORT , PropertyMode . REPORT_FLOAT , PropertyMode . FORM_REPORT , PropertyMode . POLY_REPORT } ) ;
// 组件库
// 组件库
PropertyItem widgetLib = new PropertyItem ( KEY_WIDGET_LIB , com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Widget_Library" ) ,
PropertyItem widgetLib = new PropertyItem ( KEY_WIDGET_LIB , com . fr . design . i18n . Toolkit . i18nText ( "Fine-Design_Basic_Widget_Library" ) ,