类 Date
java.lang.Object
com.sh.wf.module.component.Component
com.sh.wf.module.component.page.Date
- 所有已实现的接口:
ComponentExport_I,ComponentFormSave_I,Serializable,Cloneable
- 直接已知子类:
Date_Layui
Description: 时间控件
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2015年2月6日
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明protected booleanprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected booleanprotected String从类继承的字段 com.sh.wf.module.component.Component
__initHidden, attrMap, authInfo, autoId, autoTriggerEvent, beginHtml, cflag, childComponentList, contextMenu, dictAttr, endHtml, eventAttr, exDataMap, h1, id, idOri, isAutoLoad, isRulePageShow, isShowComponentFlag, moduleData, pageRuleAttr, parent, parentLayout, parentTableId, pstyle, ruleLastShowHide, ruleShowHideTotal, selfAttr, selfFlag, seqType, sid, style, tagWrap, timerAttr, w1, wrapComponent, x1, y1 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明String[]checkValue(ModuleContext context) 校验值是否有效String[]formSave(ModuleContext context, int processFlag) 组件在表单保存时实现的逻辑子组件需要添加的属性,比如:如设置组件的边框,则需要父窗口来进行设置getSaveDsCol2Name(ModuleContext context) 获取保存数据列2对应的表单namebooleanvoidparser(ModuleParserContext context, org.jdom2.Element nodeEl) voidprocessSql(ModuleContext context, Map<String, List<String>> colMap, Map<String, List<String>> whereColMap, Map<String, List<String>> colTypeMap, Map<String, List<String>> whereTypeMap, Map<String, List<ColValue>> objMap, Map<String, List<ColValue>> whereObjMap, Map<String, List<String>> fixColMap, Map<String, List<ColValue>> fixObjMap, Map<String, String> operateTypeMap, int processFlag) 表单保存toHtml(ModuleContext context) 转化为HTML代码toMobileHtml(ModuleContext context) 转化为移动手机端的HTML代码从类继承的方法 com.sh.wf.module.component.Component
addComponent, addRowIdAttr, autoCalWidth, beforeCheckSaveDsCol2, commonParser, createAutoId, doExport, doExportCSV, getAuthInfo, getBeginHtml, getCflag, getComponentContext, getComponentType, getDictAttr, getEndHtml, getEventAttr, getExValue, getH1, getId, getMcuuid, getModuleData, getName, getName, getParent, getParentLayout, getPstyle, getRowId, getSelfAttr, getSelfFlag, getSid, getStyle, getSubCallExUrlFull, getSubLoadUrl, getW1, getWrapBegin, getWrapEnd, getX1, getY1, is__initHidden, isArrayRequestParam, isAutoLoad, isPageShow, isSeqUnique, isShowComponentFlag, isUsePosition, isVisible, notifyParserChildComponent, parserExData, processQueryParam, renderAfter, renderAfter, renderBefore, setAutoLoad, setComponentType, setExData, setId, setModuleData, setParent, setParentLayout, setRuleShowHidden, setShowComponentFlag, setStyle, toHtml2, toWrapHtml从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.sh.wf.module.component.ComponentFormSave_I
getDictAttr, getId
-
字段详细资料
-
text
-
labelI18n
-
dd
-
isVisible
protected boolean isVisible -
canEmpty
protected boolean canEmpty -
showStar
protected boolean showStar -
checkStr
-
checkHV
-
cstyle
-
-
构造器详细资料
-
Date
public Date()
-
-
方法详细资料
-
toHtml
从类复制的说明:Component转化为HTML代码 -
formSave
从接口复制的说明:ComponentFormSave_I组件在表单保存时实现的逻辑- 指定者:
formSave在接口中ComponentFormSave_I- 参数:
context- 模块上下文processFlag- 操作类型- 返回:
- 结果
-
processSql
public void processSql(ModuleContext context, Map<String, List<String>> colMap, Map<String, List<String>> whereColMap, Map<String, List<String>> colTypeMap, Map<String, List<String>> whereTypeMap, Map<String, List<ColValue>> objMap, Map<String, List<ColValue>> whereObjMap, Map<String, List<String>> fixColMap, Map<String, List<ColValue>> fixObjMap, Map<String, String> operateTypeMap, int processFlag) 从接口复制的说明:ComponentFormSave_I表单保存- 指定者:
processSql在接口中ComponentFormSave_I- 参数:
context- 上下文colMap- 列whereColMap- 条件中的列colTypeMap- 列类型whereTypeMap- 条件中的列类型objMap- 数据whereObjMap- 条件中的数据fixColMap- 固定列fixObjMap- 固定列数据operateTypeMap- 操作类型processFlag- 操作类型
-
checkValue
从接口复制的说明:ComponentFormSave_I校验值是否有效- 指定者:
checkValue在接口中ComponentFormSave_I- 参数:
context- 模块上下文- 返回:
- 结果{"true",""}
-
toMobileHtml
从类复制的说明:Component转化为移动手机端的HTML代码- 覆盖:
toMobileHtml在类中Component- 参数:
context- ModuleContext- 返回:
- html
-
isUnionDate
public boolean isUnionDate() -
getSaveDsCol2Name
从类复制的说明:Component获取保存数据列2对应的表单name- 覆盖:
getSaveDsCol2Name在类中Component- 参数:
context- ModuleContext对象- 返回:
- 数据列2对应的表单name
-
parser
-
getParentLayoutStyle
从类复制的说明:Component子组件需要添加的属性,比如:如设置组件的边框,则需要父窗口来进行设置- 覆盖:
getParentLayoutStyle在类中Component- 返回:
- 样式
-
getDateFormat
-