public class CheckBoxListColumn extends ListColumn
| 构造器和说明 |
|---|
CheckBoxListColumn() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addFieldSet(java.util.Map<java.lang.String,ListField> fieldSet,
EntityType entityType) |
java.util.Map<java.lang.String,java.lang.Object> |
createColumn(MainEntityType entityType) |
int |
getCheckBoxItemShowStyle() |
java.lang.String |
getOTitle() |
java.lang.String |
getXTitle() |
void |
setCheckBoxItemShowStyle(int checkBoxItemShowStyle) |
void |
setOTitle(java.lang.String oTitle) |
void |
setXTitle(java.lang.String xTitle) |
getClassName, getCtlTips, getFieldKey, getFieldName, getListFieldKey, getOrder, getSeqColType, getSeqColumnType, getSortType, getSrcFieldProp, isAutoTextWrap, isCanNotRead, isHyperlink, setAutoTextWrap, setClassName, setCtlTips, setFieldName, setHyperlink, setListFieldKey, setOrder, setSeqColumnType, toStringcreateClientConfig, getBackColor, getCaption, getColType, getEntityName, getFontSize, getForeColor, getListColumnConfigMap, getParent, getParentViewKey, getSeq, getTextAlign, getVisible, getWidth, isFixed, setBackColor, setCaption, setEntityName, setFixed, setFontSize, setForeColor, setParent, setParentViewKey, setSeq, setTextAlign, setVisible, setWidthbindData, clone, getCustomeStyles, getKey, getModel, getView, postBack, release, setCustomeStyles, setDraggable, setDroppable, setKey, setModel, setViewpublic java.lang.String getOTitle()
public java.lang.String getXTitle()
public void setOTitle(java.lang.String oTitle)
public void setXTitle(java.lang.String xTitle)
public int getCheckBoxItemShowStyle()
public void setCheckBoxItemShowStyle(int checkBoxItemShowStyle)
public java.util.Map<java.lang.String,java.lang.Object> createColumn(MainEntityType entityType)
createColumn 在接口中 IListColumncreateColumn 在类中 ListColumnpublic void addFieldSet(java.util.Map<java.lang.String,ListField> fieldSet, EntityType entityType)
addFieldSet 在接口中 IListColumnaddFieldSet 在类中 ListColumn