public class MergeListColumn extends AbstractListContainerColumn
| 构造器和说明 |
|---|
MergeListColumn() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addFieldSet(java.util.Map<java.lang.String,ListField> fieldSet,
EntityType entryType) |
java.util.Map<java.lang.String,java.lang.Object> |
createColumn(MainEntityType entityType) |
kd.bos.dataentity.entity.LocaleString |
getCaption() |
java.lang.String |
getParentViewKey() |
boolean |
isCanNotRead(kd.bos.permission.api.FieldControlRule fieldControlRule) |
boolean |
isNoDisplayScaleZero() |
void |
setCaption(kd.bos.dataentity.entity.LocaleString caption) |
void |
setNoDisplayScaleZero(boolean noDisplayScaleZero) |
void |
setParentViewKey(java.lang.String parentViewKey) |
createClientConfig, getBackColor, getClassName, getColType, getDecimalFieldMap, getEntityName, getFieldName, getFontSize, getForeColor, getListColumnConfigMap, getListFieldKey, getOrder, getParent, getSeq, getSeqColType, getSeqColumnType, getSortType, getTextAlign, getVisible, getWidth, isFixed, isHyperlink, setBackColor, setClassName, setDecimalFieldMap, setEntityName, setFieldName, setFixed, setFontSize, setForeColor, setHyperlink, setListFieldKey, setOrder, setParent, setSeq, setSeqColumnType, setTextAlign, setVisible, setWidthaddClickListener, addControls, addItemClickListener, bindData, click, clone, deleteControls, getCollapseFields, getItems, getOperationKey, insertControls, setBackgroundImg, setCollapse, setCollapseFields, setCollapseFieldsVisible, setOperationKeyaddTips, addTipsListener, hideTips, showFormByTipsgetCustomeStyles, getKey, getModel, getView, postBack, release, setCustomeStyles, setDraggable, setDroppable, setKey, setModel, setViewtoStringpublic java.lang.String getParentViewKey()
getParentViewKey 在接口中 IListColumngetParentViewKey 在类中 AbstractListContainerColumnpublic void setParentViewKey(java.lang.String parentViewKey)
setParentViewKey 在接口中 IListColumnsetParentViewKey 在类中 AbstractListContainerColumnpublic kd.bos.dataentity.entity.LocaleString getCaption()
getCaption 在接口中 IListColumngetCaption 在类中 AbstractListContainerColumnpublic boolean isNoDisplayScaleZero()
public void setNoDisplayScaleZero(boolean noDisplayScaleZero)
public void setCaption(kd.bos.dataentity.entity.LocaleString caption)
setCaption 在接口中 IListColumnsetCaption 在类中 AbstractListContainerColumnpublic java.util.Map<java.lang.String,java.lang.Object> createColumn(MainEntityType entityType)
createColumn 在接口中 IListColumncreateColumn 在类中 AbstractListContainerColumnpublic void addFieldSet(java.util.Map<java.lang.String,ListField> fieldSet, EntityType entryType)
addFieldSet 在接口中 IListColumnaddFieldSet 在类中 AbstractListContainerColumnpublic boolean isCanNotRead(kd.bos.permission.api.FieldControlRule fieldControlRule)