类 DefaultSelfComponentImpl

java.lang.Object
com.sh.wf.module.component.page.common.SelfComponentProcess
com.sh.wf.module.component.plugin.DefaultSelfComponentImpl
所有已实现的接口:
ParserThisExp_I

public class DefaultSelfComponentImpl extends SelfComponentProcess implements ParserThisExp_I

Description:

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2020年3月30日
  • 构造器详细资料

    • DefaultSelfComponentImpl

      public DefaultSelfComponentImpl()
  • 方法详细资料

    • process

      public void process(StringBuilder html)
      从类复制的说明: SelfComponentProcess
      处理具体的逻辑,这里是输出的具体的HTML代码,会直接显示在页面上
      指定者:
      process 在类中 SelfComponentProcess
      参数:
      html - html
    • parserThisValue

      public String parserThisValue(ModuleContext context, String thisExpStr)
      自定义this表达式 [this.prop(proName)] [this.attr(attrName)]
      指定者:
      parserThisValue 在接口中 ParserThisExp_I
      参数:
      context - 上下文
      thisExpStr - 表达式,如:[this.col],则此值为col
      返回:
      表达式值
    • getSelfAttr

      public String getSelfAttr(String attrName)
    • getSelfProp

      public String getSelfProp(String PropName)