类 DefaultSelfComponentImpl
java.lang.Object
com.sh.wf.module.component.page.common.SelfComponentProcess
com.sh.wf.module.component.plugin.DefaultSelfComponentImpl
- 所有已实现的接口:
ParserThisExp_I
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2020年3月30日
-
字段概要
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getSelfAttr(String attrName) getSelfProp(String PropName) parserThisValue(ModuleContext context, String thisExpStr) 自定义this表达式 [this.prop(proName)] [this.attr(attrName)]voidprocess(StringBuilder html) 处理具体的逻辑,这里是输出的具体的HTML代码,会直接显示在页面上从类继承的方法 com.sh.wf.module.component.page.common.SelfComponentProcess
getAttrIntValue, getAttrMap, getAttrValue, getAttrValue, getContext, getPropIntValue, getPropMap, getPropValue, getPropValue, getSelf, setAttrMap, setContext, setPropMap, setSelf, sqlSaveDataProcess
-
构造器详细资料
-
DefaultSelfComponentImpl
public DefaultSelfComponentImpl()
-
-
方法详细资料
-
process
从类复制的说明:SelfComponentProcess处理具体的逻辑,这里是输出的具体的HTML代码,会直接显示在页面上- 指定者:
process在类中SelfComponentProcess- 参数:
html- html
-
parserThisValue
自定义this表达式 [this.prop(proName)] [this.attr(attrName)]- 指定者:
parserThisValue在接口中ParserThisExp_I- 参数:
context- 上下文thisExpStr- 表达式,如:[this.col],则此值为col- 返回:
- 表达式值
-
getSelfAttr
-
getSelfProp
-