|
|
@ -1,7 +1,7 @@ |
|
|
|
package com.fanruan.api.design.ui.component.present; |
|
|
|
package com.fanruan.api.design.ui.component.present; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.fanruan.api.design.DesignKit; |
|
|
|
import com.fanruan.api.design.DesignKit; |
|
|
|
|
|
|
|
import com.fr.common.annotations.Open; |
|
|
|
import com.fr.data.Dictionary; |
|
|
|
import com.fr.data.Dictionary; |
|
|
|
import com.fr.data.impl.DynamicSQLDict; |
|
|
|
import com.fr.data.impl.DynamicSQLDict; |
|
|
|
import com.fr.design.beans.FurtherBasicBeanPane; |
|
|
|
import com.fr.design.beans.FurtherBasicBeanPane; |
|
|
@ -27,6 +27,7 @@ import java.util.List; |
|
|
|
* Created by Kalven on 2019/9/4 |
|
|
|
* Created by Kalven on 2019/9/4 |
|
|
|
* 数据字典容器,获取数据字典 |
|
|
|
* 数据字典容器,获取数据字典 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
@Open |
|
|
|
public class DictionaryPane extends UIComboBoxPane<Dictionary> implements DataCreatorUI { |
|
|
|
public class DictionaryPane extends UIComboBoxPane<Dictionary> implements DataCreatorUI { |
|
|
|
private TableDataDictPane tableDataDictPane; |
|
|
|
private TableDataDictPane tableDataDictPane; |
|
|
|
|
|
|
|
|
|
|
|