类 ItemFormat
java.lang.Object
com.gdxsoft.easyweb.script.display.ItemFormat
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明formatValue(Object val) getLang()getName()getRefMultiValues(String val) getRefRows(String val) getRefValue(String val) getRow()intintvoidbooleanisDate()booleanisRef()boolean是否多个ID的匹配,例如:CAMP_OPT_TSG,CAMP_OPT_LQC,CAMP_OPT_ZQCvoidsetDataFieldName(String dataFieldName) voidsetDataType(String dataType) voidsetDate(boolean isDate) voidvoidsetItemValues(ItemValues itemValues) voidvoidvoidsetNumberScale(BigDecimal numberScale) voidsetRef(boolean isRef) voidvoidsetRefShow(String refShow) voidsetRefShowMulti(boolean refShowMulti) 是否多个ID的匹配,例如:CAMP_OPT_TSG,CAMP_OPT_LQC,CAMP_OPT_ZQCvoidsetRefShowStyle(String refShowStyle) voidvoidsetTimeDiffMinutes(int timeDiffMinutes)
-
构造器详细资料
-
ItemFormat
public ItemFormat()
-
-
方法详细资料
-
init
-
getRefMultiValues
-
getShowCellIndex
-
getShowCellFieldName
-
getRefRows
-
getRefValue
-
formatValue
-
getName
- 返回:
- the name
-
setName
- 参数:
name- the name to set
-
getDataType
- 返回:
- the dataType
-
setDataType
- 参数:
dataType- the dataType to set
-
getFormat
- 返回:
- the format
-
setFormat
- 参数:
format- the format to set
-
getNumberScale
- 返回:
- the numberScale
-
setNumberScale
- 参数:
numberScale- the numberScale to set
-
isDate
public boolean isDate()- 返回:
- the isDate
-
setDate
public void setDate(boolean isDate) - 参数:
isDate- the isDate to set
-
getTimeDiffMinutes
public int getTimeDiffMinutes()- 返回:
- the timeDiffMinutes
-
setTimeDiffMinutes
public void setTimeDiffMinutes(int timeDiffMinutes) - 参数:
timeDiffMinutes- the timeDiffMinutes to set
-
getDataFieldName
- 返回:
- the dataFieldName
-
setDataFieldName
- 参数:
dataFieldName- the dataFieldName to set
-
getRefSql
- 返回:
- the refSql
-
setRefSql
- 参数:
refSql- the refSql to set
-
getRefKey
- 返回:
- the refKey
-
setRefKey
- 参数:
refKey- the refKey to set
-
getRefShow
- 返回:
- the refShow
-
setRefShow
- 参数:
refShow- the refShow to set
-
isRef
public boolean isRef()- 返回:
- the isRef
-
setRef
public void setRef(boolean isRef) - 参数:
isRef- the isRef to set
-
isRefShowMulti
public boolean isRefShowMulti()是否多个ID的匹配,例如:CAMP_OPT_TSG,CAMP_OPT_LQC,CAMP_OPT_ZQC- 返回:
- the refShowMulti
-
setRefShowMulti
public void setRefShowMulti(boolean refShowMulti) 是否多个ID的匹配,例如:CAMP_OPT_TSG,CAMP_OPT_LQC,CAMP_OPT_ZQC- 参数:
refShowMulti- the refShowMulti to set
-
getItemValues
- 返回:
- the itemValues
-
setItemValues
- 参数:
itemValues- the itemValues to set
-
setLang
-
getLang
- 返回:
- the lang
-
getRow
- 返回:
- the row
-
getRefShowStyle
- 返回:
- the refShowStyle
-
setRefShowStyle
- 参数:
refShowStyle- the refShowStyle to set
-