类 SelfAttrInfo

java.lang.Object
com.sh.wf.module.component.page.common.SelfAttrInfo
所有已实现的接口:
Serializable, Cloneable

public class SelfAttrInfo extends Object implements Serializable, Cloneable

Description: 自定义属性

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2015年6月8日
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • SelfAttrInfo

      public SelfAttrInfo()
  • 方法详细资料

    • parserNode

      public void parserNode(org.jdom2.Element nodeEl, Component component)
    • mergeClassAttr

      public void mergeClassAttr(String className)
      合并自定义class与配置的样式
      参数:
      className - 样式名
    • toHtml

      public void toHtml(ModuleContext context, StringBuilder html, StringBuilder html2)
      添加到自定义属性
      参数:
      context - ModuleContext
      html - html1
      html2 - html2
    • getAttrName

      public String getAttrName()
    • getAttrValue

      public String getAttrValue()