public class AppTableFieldProperty extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppTableFieldProperty.Builder |
| 构造器和说明 |
|---|
AppTableFieldProperty() |
AppTableFieldProperty(AppTableFieldProperty.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAutoFill() |
String |
getBackFieldName() |
String |
getDateFormatter() |
String |
getFormatter() |
Boolean |
getMultiple() |
AppTableFieldPropertyOption[] |
getOptions() |
String |
getTableId() |
String |
getTableName() |
static AppTableFieldProperty.Builder |
newBuilder() |
void |
setAutoFill(Boolean autoFill) |
void |
setBackFieldName(String backFieldName) |
void |
setDateFormatter(String dateFormatter) |
void |
setFormatter(String formatter) |
void |
setMultiple(Boolean multiple) |
void |
setOptions(AppTableFieldPropertyOption[] options) |
void |
setTableId(String tableId) |
void |
setTableName(String tableName) |
public AppTableFieldProperty()
public AppTableFieldProperty(AppTableFieldProperty.Builder builder)
public static AppTableFieldProperty.Builder newBuilder()
public AppTableFieldPropertyOption[] getOptions()
public void setOptions(AppTableFieldPropertyOption[] options)
public String getFormatter()
public void setFormatter(String formatter)
public String getDateFormatter()
public void setDateFormatter(String dateFormatter)
public Boolean getAutoFill()
public void setAutoFill(Boolean autoFill)
public Boolean getMultiple()
public void setMultiple(Boolean multiple)
public String getTableId()
public void setTableId(String tableId)
public String getTableName()
public void setTableName(String tableName)
public String getBackFieldName()
public void setBackFieldName(String backFieldName)
Copyright © 2022. All rights reserved.