|
|
@ -112,7 +112,7 @@ public class DesignerEnvManager implements XMLReadable, XMLWriter { |
|
|
|
private Color paginationLineColor = Color.black; // line color of paper
|
|
|
|
private Color paginationLineColor = Color.black; // line color of paper
|
|
|
|
private boolean supportCellEditorDef = false; |
|
|
|
private boolean supportCellEditorDef = false; |
|
|
|
private boolean isDragPermited = false; |
|
|
|
private boolean isDragPermited = false; |
|
|
|
private Locale language = Locale.SIMPLIFIED_CHINESE; |
|
|
|
private Locale language = Locale.getDefault(); |
|
|
|
//2014-8-26默认显示全部, 因为以前的版本, 虽然是false, 实际上是显示所有表, 因此这边要兼容
|
|
|
|
//2014-8-26默认显示全部, 因为以前的版本, 虽然是false, 实际上是显示所有表, 因此这边要兼容
|
|
|
|
private boolean useOracleSystemSpace = true; |
|
|
|
private boolean useOracleSystemSpace = true; |
|
|
|
private int cachingTemplateLimit = CACHINGTEMPLATE_LIMIT; |
|
|
|
private int cachingTemplateLimit = CACHINGTEMPLATE_LIMIT; |
|
|
|