cn.remex.db.model.view
类 JqgColModel

java.lang.Object
  继承者 cn.remex.db.rsql.model.ModelableImpl
      继承者 cn.remex.db.model.view.JqgColModel
所有已实现的接口:
Modelable, SerialNoGenerator, Serializable, Comparable<JqgColModel>

public class JqgColModel
extends ModelableImpl
implements Comparable<JqgColModel>

另请参见:
序列化表格

字段摘要
 
从接口 cn.remex.db.rsql.model.SerialNoGenerator 继承的字段
ORM_CURMAX_ID, ORM_ID_NUMLEN
 
构造方法摘要
JqgColModel()
           
 
方法摘要
 int compareTo(JqgColModel o)
           
 String getAlign()
           
 String getBeanClassName()
           
 String getBeanName()
           
 String getCellattr()
           
 String getClasses()
           
 String getColModel()
           
 int getColModelIndex()
           
 String getColNames()
           
 String getDatefmt()
           
 String getDefval()
           
 String getEditoptions()
           
 String getEditrules()
           
 String getEdittype()
           
 String getFieldName()
           
 String getFirstsortorder()
           
 String getFormatoptions()
           
 String getFormatter()
           
 String getFormoptions()
           
 String getIdx()
           
 String getJsonmap()
           
 String getLabel()
           
 String getName()
           
 String getSearchoptions()
           
 String getSorttype()
           
 String getStype()
           
 String getSummaryTpl()
           
 String getSummaryType()
           
 String getSurl()
           
 String getTemplate()
           
 String getUnformat()
           
 int getWidth()
           
 String getXmlmap()
           
 boolean isEditable()
           
 boolean isFixed()
           
 boolean isHidden()
           
 boolean isHidedlg()
           
 boolean isIskey()
           
 boolean isResizable()
           
 boolean isSearch()
           
 boolean isSortable()
           
 boolean isTitle()
           
 boolean isViewable()
           
 void setAlign(String align)
           
 void setBeanClassName(String beanClassName)
           
 void setBeanName(String beanName)
           
 void setCellattr(String cellattr)
           
 void setClasses(String classes)
           
 void setColModel(String colModel)
           
 void setColModelIndex(int colModelIndex)
           
 void setColNames(String colNames)
           
 void setDatefmt(String datefmt)
           
 void setDefval(String defval)
           
 void setEditable(boolean editable)
           
 void setEditoptions(String editoptions)
           
 void setEditrules(String editrules)
           
 void setEdittype(String edittype)
           
 void setFieldName(String fieldName)
           
 void setFirstsortorder(String firstsortorder)
           
 void setFixed(boolean fixed)
           
 void setFormatoptions(String formatoptions)
           
 void setFormatter(String formatter)
           
 void setFormoptions(String formoptions)
           
 void setHidden(boolean hidden)
           
 void setHidedlg(boolean hidedlg)
           
 void setIdx(String index)
           
 void setIskey(boolean key)
           
 void setJsonmap(String jsonmap)
           
 void setLabel(String label)
           
 void setName(String name)
           
 void setResizable(boolean resizable)
           
 void setSearch(boolean search)
           
 void setSearchoptions(String searchoptions)
           
 void setSortable(boolean sortable)
           
 void setSorttype(String sorttype)
           
 void setStype(String stype)
           
 void setSummaryTpl(String summaryTpl)
           
 void setSummaryType(String summaryType)
           
 void setSurl(String surl)
           
 void setTemplate(String template)
           
 void setTitle(boolean title)
           
 void setUnformat(String unformat)
           
 void setViewable(boolean viewable)
           
 void setWidth(int width)
           
 void setXmlmap(String xmlmap)
           
 String toString()
           
 String toString1()
           
 
从类 cn.remex.db.rsql.model.ModelableImpl 继承的方法
_addModifyFileds, _getModifyFileds, _isAopModelBean, _setAopModelBean, createSerialNo, equals, generateId, getCreateOperator_name, getCreateOperator, getCreateTime, getDataStatus, getId, getModifyOperator_name, getModifyOperator, getModifyTime, getNote, getOwnership_name, getVersion, obtainAbbreviation, obtainIdFormat, obtainSerialNoFormat, setCreateOperator_name, setCreateOperator, setCreateTime, setDataStatus, setId, setModifyOperator_name, setModifyOperator, setModifyTime, setNote, setOwnership_name, setVersion, trigger
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

JqgColModel

public JqgColModel()
方法详细信息

getSummaryType

public String getSummaryType()

setSummaryType

public void setSummaryType(String summaryType)

getSummaryTpl

public String getSummaryTpl()

setSummaryTpl

public void setSummaryTpl(String summaryTpl)

compareTo

public int compareTo(JqgColModel o)
指定者:
接口 Comparable<JqgColModel> 中的 compareTo

getAlign

public String getAlign()

getBeanClassName

public String getBeanClassName()

getBeanName

public String getBeanName()

getCellattr

public String getCellattr()

getClasses

public String getClasses()

getColModel

public String getColModel()

getColModelIndex

public int getColModelIndex()

getColNames

public String getColNames()

getDatefmt

public String getDatefmt()

getDefval

public String getDefval()

getEditoptions

public String getEditoptions()

getEditrules

public String getEditrules()

getEdittype

public String getEdittype()

getFieldName

public String getFieldName()

getFirstsortorder

public String getFirstsortorder()

getFormatoptions

public String getFormatoptions()

getFormatter

public String getFormatter()

getFormoptions

public String getFormoptions()

getIdx

public String getIdx()

getJsonmap

public String getJsonmap()

getLabel

public String getLabel()

getName

public String getName()
指定者:
接口 Modelable 中的 getName
覆盖:
ModelableImpl 中的 getName

getSearchoptions

public String getSearchoptions()

getSorttype

public String getSorttype()

getStype

public String getStype()

getSurl

public String getSurl()

getTemplate

public String getTemplate()

getUnformat

public String getUnformat()

getWidth

public int getWidth()

getXmlmap

public String getXmlmap()

isEditable

public boolean isEditable()

isFixed

public boolean isFixed()

isHidden

public boolean isHidden()

isHidedlg

public boolean isHidedlg()

isIskey

public boolean isIskey()

isResizable

public boolean isResizable()

isSearch

public boolean isSearch()

isSortable

public boolean isSortable()

isTitle

public boolean isTitle()

isViewable

public boolean isViewable()

setAlign

public void setAlign(String align)

setBeanClassName

public void setBeanClassName(String beanClassName)

setBeanName

public void setBeanName(String beanName)

setCellattr

public void setCellattr(String cellattr)

setClasses

public void setClasses(String classes)

setColModel

public void setColModel(String colModel)

setColModelIndex

public void setColModelIndex(int colModelIndex)

setColNames

public void setColNames(String colNames)

setDatefmt

public void setDatefmt(String datefmt)

setDefval

public void setDefval(String defval)

setEditable

public void setEditable(boolean editable)

setEditoptions

public void setEditoptions(String editoptions)

setEditrules

public void setEditrules(String editrules)

setEdittype

public void setEdittype(String edittype)

setFieldName

public void setFieldName(String fieldName)

setFirstsortorder

public void setFirstsortorder(String firstsortorder)

setFixed

public void setFixed(boolean fixed)

setFormatoptions

public void setFormatoptions(String formatoptions)

setFormatter

public void setFormatter(String formatter)

setFormoptions

public void setFormoptions(String formoptions)

setHidden

public void setHidden(boolean hidden)

setHidedlg

public void setHidedlg(boolean hidedlg)

setIdx

public void setIdx(String index)

setIskey

public void setIskey(boolean key)

setJsonmap

public void setJsonmap(String jsonmap)

setLabel

public void setLabel(String label)

setName

public void setName(String name)
指定者:
接口 Modelable 中的 setName
覆盖:
ModelableImpl 中的 setName

setResizable

public void setResizable(boolean resizable)

setSearch

public void setSearch(boolean search)

setSearchoptions

public void setSearchoptions(String searchoptions)

setSortable

public void setSortable(boolean sortable)

setSorttype

public void setSorttype(String sorttype)

setStype

public void setStype(String stype)

setSurl

public void setSurl(String surl)

setTemplate

public void setTemplate(String template)

setTitle

public void setTitle(boolean title)

setUnformat

public void setUnformat(String unformat)

setViewable

public void setViewable(boolean viewable)

setWidth

public void setWidth(int width)

setXmlmap

public void setXmlmap(String xmlmap)

toString

public String toString()
覆盖:
Object 中的 toString

toString1

public String toString1()


Copyright © 2016. All rights reserved.