@KSObject public class PictureProp extends FieldProp
| 构造器和说明 |
|---|
PictureProp() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
createEntityTreeNode(EntityTreeNode parentEntityTreeNode) |
java.lang.String |
getClientType() |
int |
getDbType() |
java.lang.Class<?> |
getPropertyType() |
java.util.List<ThumbnailsParameter> |
getThumbnailsParams()
获取字段thumbnailsParams的值
|
boolean |
isAnalysisField()
是否能用于分析字段
|
void |
setThumbnailsParams(java.util.List<ThumbnailsParameter> thumbnailsParams)
将参数thumbnailsParams的值赋给字段thumbnailsParams
|
applyDefaultValue, createAnalysisField, createAnalysisFields, createEntityTreeNodes, createEntityTreeNodes, createFilterField, createFilterFields, getBasePropDisplayValue, getCompareGroupID, getCompareProp, getCompareTypes, getDefaultCompareTypeId, getDefaultMultiCompareTypeId, getDefValue, getDefValue2, getFeatures, getFilterControlType, getListColumnDesc, getValidators, getValueComparator, isGroupControl, isMustInput, isSysField, isZeroShow, setCompareGroupID, setDefaultCompareTypeId, setDefaultMultiCompareTypeId, setDefValue, setDefValue2, setFeatures, setFieldValue, setFieldValueForWebApi, setFilterControlType, setGroupControl, setMustInput, setSysField, setZeroShow, toStringgetTableGroup, isEmpty, isEncrypt, isLocalizable, isPrimaryKey, resetValue, setDbType, setEncrypt, setPrimaryKey, setTableGroup, shouldSerializeValueclone, createHashCode, findTrueProperty, getAlias, getDefaultValue, getDisplayName, getDTValue, getDTValueFast, getIsReadOnly, getName, getOrdinal, getParent, getReadOnly, getValue, getValueFast, hasDefaultValue, resetDTValue, setAlias, setDefaultValue, setDisplayName, setDTValue, setDTValueFast, setName, setOrdinal, setValue, setValueFastequals, hashCode, isDbIgnore, setDbIgnoreafterCreateFilterColumn, getDisplayName, getFieldDefaultValue, getFieldDefaultValue2, isAllowvoucher, isBulkEditable, isConvertTote, isCopyable, isExportable, isF7BatchFill, isImportable, isMultiFillable, isSeriesNewTotepublic boolean isAnalysisField()
IFieldHandle@KSMethod public int getDbType()
getDbType 在接口中 kd.bos.dataentity.metadata.ISimplePropertygetDbType 在接口中 IFieldHandlegetDbType 在类中 kd.bos.dataentity.metadata.dynamicobject.DynamicSimplePropertypublic java.lang.Class<?> getPropertyType()
getPropertyType 在接口中 kd.bos.dataentity.metadata.IDataEntityPropertygetPropertyType 在类中 kd.bos.dataentity.metadata.dynamicobject.DynamicPropertypublic java.util.Map<java.lang.String,java.lang.Object> createEntityTreeNode(EntityTreeNode parentEntityTreeNode)
createEntityTreeNode 在类中 FieldProp@KSMethod public java.util.List<ThumbnailsParameter> getThumbnailsParams()
public void setThumbnailsParams(java.util.List<ThumbnailsParameter> thumbnailsParams)
参数thumbnailsParams - public java.lang.String getClientType()
getClientType 在类中 FieldProp