索引
所有程序包|所有类和接口
A
- acceptsReturn() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.FormulaProperty
-
是否支持输入多行
- acceptsReturn() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.TextProperty
-
是否支持多行输入
- AdvancedProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
用于标注高级属性,在设计时,标注的此特性的属性在点击显示高级属性是才能被显示出来
- allowNull() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.DoubleProperty
-
是否可以设置为空 默认值 false
- allowNull() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.IntProperty
-
是否可以设置为空 默认值 false
B
- BoolProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
用于配置布尔类型编辑框的设置,必须标注在 boolean 类型的属性上
- Browsable - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
用于标注字段的设计时可见性
C
- canEqual(Object) - 类中的方法 com.grapecity.forguncy.plugincommon.common.entity.ForguncyErrorInfo
- canSelectResource() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.FormulaProperty
-
是否支持选择多语言资源,默认值为 true 。
- canSelectResource() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.TextProperty
-
是否支持选择多语言资源,默认值为 false 。
- com.grapecity.forguncy.plugincommon.attribute.customattribute - 程序包 com.grapecity.forguncy.plugincommon.attribute.customattribute
- com.grapecity.forguncy.plugincommon.attribute.serverproperty - 程序包 com.grapecity.forguncy.plugincommon.attribute.serverproperty
- com.grapecity.forguncy.plugincommon.common - 程序包 com.grapecity.forguncy.plugincommon.common
- com.grapecity.forguncy.plugincommon.common.abstraction - 程序包 com.grapecity.forguncy.plugincommon.common.abstraction
- com.grapecity.forguncy.plugincommon.common.annotation - 程序包 com.grapecity.forguncy.plugincommon.common.annotation
- com.grapecity.forguncy.plugincommon.common.entity - 程序包 com.grapecity.forguncy.plugincommon.common.entity
- com.grapecity.forguncy.plugincommon.common.enumeration - 程序包 com.grapecity.forguncy.plugincommon.common.enumeration
- ComboProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
用于标注下拉选项字段编辑框,标注字段必须是字符串类型
- contextVariables() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.FormulaProperty
-
此公式可用的上下文变量,多个用“|”分隔,描述用“:”分隔
D
- DatabaseConnectionSelectorProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
用于标注数据库连接名称字段,标注了此注解的字段,在设计器中会展示为数据库链接下拉框
- defaultName() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ListPropertyItemSetting
-
项目的值
- defaultName() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ObjectListProperty
-
默认元素名前缀
- defaultNodeName() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.TreeProperty
-
节点的默认名称
- defaultWidth() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ListPropertyItemSetting
-
默认宽度,默认值 150
- Description - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
标注当前命令或当前字段的描述
- DiffJsonIgnore - com.grapecity.forguncy.plugincommon.attribute.customattribute中的批注类型
-
比较历史版本差异时需要忽略的属性。
- DiffTypeNameIgnore - com.grapecity.forguncy.plugincommon.attribute.customattribute中的批注类型
-
已过时。
- displayList() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ComboProperty
-
显示文本列表,多值用"|"分隔,可选配置,留空表示显示列表和值列表相同, 默认值为空字符串
- displayList() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.RadioGroupProperty
-
显示文本列表,多值用"|"分隔,可选配置,留空表示显示列表和值列表相同, 默认值为空字符串
- DisplayName - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
标注当前字段在设计器中的显示名称,没有标注此注解的字段,默认显示字段名
- DoubleProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
用于配置浮点编辑框的设置,必须标注在 Double 类型的属性上
E
- EnumConverter - com.grapecity.forguncy.plugincommon.common.abstraction中的接口
-
当序列化和反序列化enum时不想使用默认的string类型的name,而是想使用int类型的code,则实现这个接口 Jackson在实现这个接口后,会自动在序列化和反序列化时做类型转换(依赖@JsonValue和@JsonCreator)
- equals(Object) - 类中的方法 com.grapecity.forguncy.plugincommon.common.entity.ForguncyErrorInfo
- Error - 枚举 中的枚举常量 com.grapecity.forguncy.plugincommon.common.enumeration.ForguncyErrorType
-
出错信息类型:错误,会导致页面运行不了。
F
- FlatListProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
标注扁平列表属性
- FlatObjectProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
标注扁平对象属性
- ForguncyErrorInfo - com.grapecity.forguncy.plugincommon.common.entity中的类
-
运行页面时,内部检查出的错误或者提醒信息。
- ForguncyErrorInfo() - 类的构造器 com.grapecity.forguncy.plugincommon.common.entity.ForguncyErrorInfo
- ForguncyErrorType - com.grapecity.forguncy.plugincommon.common.enumeration中的枚举
-
运行页面时,系统内部会进行出错检查并显示在错误列表中,会根据出错类型显示不同的信息,并影响页面是否能够运行起来。
- FormulaProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
指定插件内部属性对应的编辑器为公式选择框,注意:使用公式选择框作为属性值编辑器的属性,其值类型必须是object。
G
- getChildren() - 接口中的方法 com.grapecity.forguncy.plugincommon.common.ITreeNode
-
子节点的 get 方法
- getCode() - 接口中的方法 com.grapecity.forguncy.plugincommon.common.abstraction.EnumConverter
-
获得枚举值
- getDesignerPropertyVisible(String) - 类中的方法 com.grapecity.forguncy.plugincommon.common.entity.ObjectPropertyBase
-
控制属性的动态隐藏 ture 可见,false 隐藏
- getErrorType() - 类中的方法 com.grapecity.forguncy.plugincommon.common.entity.ForguncyErrorInfo
-
错误类型:错误或者提醒。
- getMessage() - 类中的方法 com.grapecity.forguncy.plugincommon.common.entity.ForguncyErrorInfo
-
错误信息
- getName() - 接口中的方法 com.grapecity.forguncy.plugincommon.common.INamedObject
-
name 字段的get方法
- getSubLocations() - 类中的方法 com.grapecity.forguncy.plugincommon.common.entity.ForguncyErrorInfo
-
错误的详细位置信息
- getText() - 接口中的方法 com.grapecity.forguncy.plugincommon.common.ITreeNode
-
text 字段的get方法
- getValueFromCode(Object) - 接口中的方法 com.grapecity.forguncy.plugincommon.common.abstraction.EnumConverter
-
返回枚举值的Integer
H
- hashCode() - 类中的方法 com.grapecity.forguncy.plugincommon.common.entity.ForguncyErrorInfo
I
- Icon - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
设置插件的图标,该图标会应用到服务端命令下拉列表或命令选择下拉列表中
- INamedObject - com.grapecity.forguncy.plugincommon.common中的接口
-
命名对象接口
- includeBuiltInDatabase() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.DatabaseConnectionSelectorProperty
-
是否包含内建库,默认值为false
- indentLevel() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.BoolProperty
-
缩进等级,默认值为 0
- indentLevel() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ListProperty
-
表示是否是顶级链接,次级链接的字体大小会变小并且增加缩进
- indentLevel() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ObjectListProperty
-
表示是否是顶级链接,次级链接的字体大小会变小并且增加缩进
- indentLevel() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ObjectProperty
-
表示是否是顶级链接,次级链接的字体大小会变小并且增加缩进
- indentLevel() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.TreeProperty
-
表示是否是顶级链接,次级链接的字体大小会变小并且增加缩进
- IntProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
用于配置整数编辑框的设置,必须标注在 Integer 类型的属性上
- IObjectCustomValidate - com.grapecity.forguncy.plugincommon.common中的接口
-
对象类型的 扩展自定义校验接口
- isSelectOnly() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ComboProperty
-
表示只能从选项中选择或者可以编辑,可以编辑时DisplayList属性设置会被无视
- isUnique() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ListPropertyItemSetting
-
此列的值不允许重复
- ISupportOnPropertyEditorChanged - com.grapecity.forguncy.plugincommon.common中的接口
-
对象或命令支持属性联动接口
- ISupportUpgrade - com.grapecity.forguncy.plugincommon.common中的接口
-
命令实现此接口用于升级插件类型属性。
- itemType() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ObjectListProperty
-
元素类型,此元素类型必须实现了
INamedObject
接口, 并且派生自ObjectPropertyBase
类 - ITreeNode - com.grapecity.forguncy.plugincommon.common中的接口
-
树节点类型接口 实现此接口的对象,必须要有 String 类型的 text 字段 text 表示当前节点的展示文本值
L
- ListProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
用于标注列表类型的属性,被标注属性的类型必须是泛型List
- ListPropertyItemSetting - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
给 @ListProperty 或 @FlatListProperty 的项目上的一个属性标注。
M
- max() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.DoubleProperty
-
最大值,默认为 Double.MAX_VALUE
- max() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.IntProperty
-
最大值,默认int.MaxValue
- maxCount() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ListProperty
-
列表中元素的最大个数,为-1表示不限制最大个数。
- maxCount() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ObjectListProperty
-
列表中元素的最大个数,为-1表示不限制最大个数。
- MaxLength - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
标注字符串的设计时的最大长度
- min() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.DoubleProperty
-
最小值,默认为 -Double.MAX_VALUE
- min() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.IntProperty
-
最小值,默认int.MinValue
- minCount() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ListProperty
-
列表中元素的最小个数
- MinLength - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
标注字符串的设计时的最小长度
N
- nodeType() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.TreeProperty
-
元素类型,此元素类型必须实现了
ITreeNode
接口, 并且派生自ObjectPropertyBase
类
O
- ObjectListProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
用于标注对象列表类型的属性,被标注的类型必须是:
- ObjectProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
标注对象属性
- ObjectPropertyBase - com.grapecity.forguncy.plugincommon.common.entity中的类
-
提供对象属性,列表属性等属性自定义类型的基类,java 插件中的所有自定义对象必须由此类派生
- ObjectPropertyBase() - 类的构造器 com.grapecity.forguncy.plugincommon.common.entity.ObjectPropertyBase
- objType() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ObjectProperty
-
对象类型 对象必须派生自
ObjectPropertyBase
- OrderWeight - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
排序权重值
P
- PercentageProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
用于配置百分比编辑框的设置,必须标注在 Double 类型的属性上
R
- RadioGroupProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
用于标注单项选择属性编辑框,标注属性必须是字符串类型
- recommendedValues() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.FormulaProperty
-
建议列表
- refreshPropertyValues(String, Object) - 类中的方法 com.grapecity.forguncy.plugincommon.common.entity.ObjectPropertyBase
-
刷新属性值
- refreshPropertyValues(String, Object) - 接口中的方法 com.grapecity.forguncy.plugincommon.common.ISupportOnPropertyEditorChanged
-
刷新属性值
- Required - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
必填字段注解
S
- searchable() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ComboProperty
-
是否支持搜索
- SearchableProperty - com.grapecity.forguncy.plugincommon.attribute.serverproperty中的批注类型
-
表示该属性可以被搜索
- SearchTags - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
控件搜索标记特性,加入了这个特性就可以在搜索框中快速搜索结果
- setChildren(List<ITreeNode>) - 接口中的方法 com.grapecity.forguncy.plugincommon.common.ITreeNode
-
子节点的 set 方法
- setErrorType(ForguncyErrorType) - 类中的方法 com.grapecity.forguncy.plugincommon.common.entity.ForguncyErrorInfo
-
错误类型:错误或者提醒。
- setMessage(String) - 类中的方法 com.grapecity.forguncy.plugincommon.common.entity.ForguncyErrorInfo
-
错误信息
- setName(String) - 接口中的方法 com.grapecity.forguncy.plugincommon.common.INamedObject
-
name 字段的set方法
- setSubLocations(List<String>) - 类中的方法 com.grapecity.forguncy.plugincommon.common.entity.ForguncyErrorInfo
-
错误的详细位置信息
- setText(String) - 接口中的方法 com.grapecity.forguncy.plugincommon.common.ITreeNode
-
text 字段的set 方法
- supportParameters() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.FormulaProperty
-
标记支持在下拉框中显示上下文参数 默认为true
T
- TextProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
文本属性注解
- toString() - 类中的方法 com.grapecity.forguncy.plugincommon.common.entity.ForguncyErrorInfo
- toValue() - 接口中的方法 com.grapecity.forguncy.plugincommon.common.abstraction.EnumConverter
-
获得枚举值
- TreeProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
树形属性注解
U
- upgrade() - 接口中的方法 com.grapecity.forguncy.plugincommon.common.ISupportUpgrade
-
升级方法,此方法会在活字格打开文件时调用
- usePhysicalUnitScroll() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ListProperty
-
使用物理单位滚动
V
- validate() - 接口中的方法 com.grapecity.forguncy.plugincommon.common.IObjectCustomValidate
-
自定义校验方法,返回值为String类型,验证不通过的时候,返回错误信息。
- value() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.Browsable
-
返回字段在设计器中的可见性,标注此注解,并且此值为 false 的时候,设计器不可见
- value() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.Description
-
命令或字段的描述
- value() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.DisplayName
-
显示名称
- value() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.Icon
-
图标的相对路径 从resources 目录开始
- value() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.MaxLength
-
最大长度
- value() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.MinLength
-
最小长度
- value() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.OrderWeight
-
权重值,内部使用。
- value() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.SearchTags
-
命令在设计器命令下拉框可被搜索到的标签
- valueList() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.ComboProperty
-
值列表,多值用"|"分隔
- valueList() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.RadioGroupProperty
-
值列表,多值用"|"分隔
- valueOf(String) - 枚举中的静态方法 com.grapecity.forguncy.plugincommon.common.enumeration.ForguncyErrorType
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举中的静态方法 com.grapecity.forguncy.plugincommon.common.enumeration.ForguncyErrorType
-
返回包含该枚举类型的常量的数组, 顺序与声明这些常量的顺序相同
W
- Warning - 枚举 中的枚举常量 com.grapecity.forguncy.plugincommon.common.enumeration.ForguncyErrorType
-
出错信息类型:提醒,页面可以运行,但是出错部分功能可能会有问题。
- watermark() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.DoubleProperty
-
值为空时的替代文本 默认值为空
- watermark() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.IntProperty
-
值为空时的替代文本 默认值为空
- watermark() - 批注类型 中的元素 com.grapecity.forguncy.plugincommon.common.annotation.TextProperty
-
值为空时的替代文本 默认为空
- WindowsIgnoreProperty - com.grapecity.forguncy.plugincommon.common.annotation中的批注类型
-
具有此标签的字段在Windows认证模式下将不会自动生成UI
所有程序包|所有类和接口