public static class AppTableFieldProperty.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
AppTableFieldProperty.Builder |
allowedEditModes(AllowedEditModes allowedEditModes)
条码展示类型字段支持的配置
示例值:
|
AppTableFieldProperty.Builder |
autoFill(Boolean autoFill)
对于新记录,是否自动填写创建时间。
|
AppTableFieldProperty.Builder |
autoSerial(AppFieldPropertyAutoSerial autoSerial)
自动编号类型
示例值:
|
AppTableFieldProperty.Builder |
backFieldName(String backFieldName)
双向关联字段中,关联的数据表中对应的双向关联字段名称
示例值:table1-双向关联
|
AppTableFieldProperty |
build() |
AppTableFieldProperty.Builder |
currencyCode(String currencyCode)
货币的具体类型,枚举值如下所示:;- CNY:人民币,货币符号为 ¥;- USD:美元,货币符号为 $;- EUR:欧元,货币符号为 €;- GBP:英镑,货币符号为 £;-
AED:阿联酋迪拉姆,货币符号为 dh;- AUD:澳大利亚元,货币符号为 $;- BRL:巴西雷亚尔,货币符号为 R$;- CAD:加拿大元,货币符号为 $;-
CHF:瑞士法郎,货币符号为 CHF;- HKD:港元,货币符号为 $;- INR:印度卢比,货币符号为 ₹;- IDR:印尼盾,货币符号为 Rp;- JPY:日元,货币符号为 ¥;-
KRW:韩元,货币符号为 ₩;- MOP:澳门元,货币符号为 MOP$;- MXN:墨西哥比索,货币符号为 $;- MYR:马来西亚令吉,货币符号为 RM;-
PHP:菲律宾比索,货币符号为 ₱;- PLN:波兰兹罗提,货币符号为 zł;- RUB:俄罗斯卢布,货币符号为 ₽;- SGD:新加坡元,货币符号为 $;- THB:泰国铢,货币符号为
฿;- TRY:土耳其里拉,货币符号为 ₺;- TWD:新台币,货币符号为 NT$;- VND:越南盾,货币符号为 ₫
示例值:CNY
|
AppTableFieldProperty.Builder |
dateFormatter(String dateFormatter)
日期、创建时间、最后更新时间字段的显示格式。
|
AppTableFieldProperty.Builder |
filterInfo(AppTableFieldPropertyLookupFilter filterInfo)
查找引用关系
示例值:
|
AppTableFieldProperty.Builder |
formatter(String formatter)
数字和公式字段的显示格式。
|
AppTableFieldProperty.Builder |
formulaExpression(String formulaExpression)
公式字段的表达式。
|
AppTableFieldProperty.Builder |
location(AppFieldPropertyLocation location)
地理位置输入方式
示例值:
|
AppTableFieldProperty.Builder |
max(Double max)
进度和评分字段的数据范围最大值。
|
AppTableFieldProperty.Builder |
min(Double min)
进度和评分字段的数据范围最小值。
|
AppTableFieldProperty.Builder |
multiple(Boolean multiple)
人员字段中是否允许添加多个成员,或单向关联、双向关联字段中是否允许添加多个记录。
|
AppTableFieldProperty.Builder |
options(AppTableFieldPropertyOption[] options)
单选、多选字段的选项信息
示例值:
|
AppTableFieldProperty.Builder |
rangeCustomize(Boolean rangeCustomize)
进度字段是否允许自定义进度条值,默认为 false。
|
AppTableFieldProperty.Builder |
rating(Rating rating)
评分字段的相关设置
示例值:
|
AppTableFieldProperty.Builder |
tableId(String tableId)
单向关联、双向关联字段中关联的数据表的 ID
示例值:tblsRc9GRRXKqhvW
|
AppTableFieldProperty.Builder |
tableName(String tableName)
单向关联、双向关联字段中关联的数据表的名称
示例值:"table2"
|
AppTableFieldProperty.Builder |
type(AppTableFieldPropertyType type)
设置公式字段的数据类型;;**注意**:非所有多维表格都支持该能力。
|
public AppTableFieldProperty.Builder options(AppTableFieldPropertyOption[] options)
示例值:
options - public AppTableFieldProperty.Builder formatter(String formatter)
示例值:0
formatter - public AppTableFieldProperty.Builder dateFormatter(String dateFormatter)
示例值:yyyy/MM/dd
dateFormatter - public AppTableFieldProperty.Builder autoFill(Boolean autoFill)
示例值:false
autoFill - public AppTableFieldProperty.Builder multiple(Boolean multiple)
示例值:false
multiple - public AppTableFieldProperty.Builder tableId(String tableId)
示例值:tblsRc9GRRXKqhvW
tableId - public AppTableFieldProperty.Builder tableName(String tableName)
示例值:"table2"
tableName - public AppTableFieldProperty.Builder backFieldName(String backFieldName)
示例值:table1-双向关联
backFieldName - public AppTableFieldProperty.Builder autoSerial(AppFieldPropertyAutoSerial autoSerial)
示例值:
autoSerial - public AppTableFieldProperty.Builder location(AppFieldPropertyLocation location)
示例值:
location - public AppTableFieldProperty.Builder formulaExpression(String formulaExpression)
示例值:bitable::$table[tblNj92WQBAasdEf].$field[fldMV60rYs]*2
formulaExpression - public AppTableFieldProperty.Builder allowedEditModes(AllowedEditModes allowedEditModes)
示例值:
allowedEditModes - public AppTableFieldProperty.Builder min(Double min)
示例值:0
min - public AppTableFieldProperty.Builder max(Double max)
示例值:10
max - public AppTableFieldProperty.Builder rangeCustomize(Boolean rangeCustomize)
示例值:true
rangeCustomize - public AppTableFieldProperty.Builder currencyCode(String currencyCode)
示例值:CNY
currencyCode - public AppTableFieldProperty.Builder rating(Rating rating)
示例值:
rating - public AppTableFieldProperty.Builder type(AppTableFieldPropertyType type)
示例值:
type - public AppTableFieldProperty.Builder filterInfo(AppTableFieldPropertyLookupFilter filterInfo)
示例值:
filterInfo - public AppTableFieldProperty build()
Copyright © 2026. All rights reserved.