类 TemplateBase

java.lang.Object
com.sh.wf.module.template.TemplateBase
所有已实现的接口:
Serializable, Cloneable

public class TemplateBase extends Object implements Cloneable, Serializable

Description: 模板信息-表格

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2015年3月26日
另请参阅:
  • 构造器详细资料

    • TemplateBase

      public TemplateBase(TemplateData templateData)
  • 方法详细资料

    • parserNode

      public void parserNode(org.jdom2.Element nodeEl)
    • getTextHelpSchoolChooseStyle

      public String getTextHelpSchoolChooseStyle()
    • useHtmlTemplate

      public void useHtmlTemplate(ModuleContext context, StringBuilder html)
    • useStyleTemplate

      public void useStyleTemplate(ModuleContext context, StringBuilder html)
      使用模板
      参数:
      context - ModuleContext
      html - StringBuilder
    • isSelectUI

      public boolean isSelectUI()
    • getTabBackground

      public String getTabBackground()
    • getTabFontCorlor

      public String getTabFontCorlor()
    • getTabFontCorlor2

      public String getTabFontCorlor2()
    • getMapStyle

      public String getMapStyle()
    • getSelfMapStyle

      public String getSelfMapStyle()
    • userBMapStyle

      public void userBMapStyle(ModuleContext context, StringBuilder scriptBuffer, String mapObjId, String bstyle)
    • getPopBorderColor

      public String getPopBorderColor()
    • getPopBackgroundColor

      public String getPopBackgroundColor()
    • isTabHiddenBorder

      public boolean isTabHiddenBorder()
    • getCutOff

      public int getCutOff()
    • getSelfDocType

      public String getSelfDocType()
    • getUfDocType

      public String getUfDocType()
    • isEnter2NextInput

      public boolean isEnter2NextInput()
    • getTextInputClass

      public String getTextInputClass()
    • isCheckFalseContinue

      public boolean isCheckFalseContinue()
    • isCheckOnlyStr

      public boolean isCheckOnlyStr()
    • isSelect2UI

      public boolean isSelect2UI()
    • getUiPlugin

      public String getUiPlugin()
    • getSelectUI2Theme

      public String getSelectUI2Theme()
    • isButtonSkinAsLayui

      public boolean isButtonSkinAsLayui()
    • getButtonSkin

      public String getButtonSkin()
    • getLayuiDefaultClassTheme

      public String getLayuiDefaultClassTheme()
    • getLayuiDefaultClassSize

      public String getLayuiDefaultClassSize()
    • isLayuiDefaultIsRadius

      public boolean isLayuiDefaultIsRadius()
    • getChartTheme

      public String getChartTheme()
    • getLayuiColor

      public String getLayuiColor()
    • getLayuiIconColor

      public String getLayuiIconColor(String defaultColor)
    • getSelectDefaultWidth

      public String getSelectDefaultWidth()
    • getEncrypt

      public Encrypt_I getEncrypt(ModuleContext context)
    • getEncrypt

      public Encrypt_I getEncrypt(jakarta.servlet.http.HttpServletRequest request)
    • getVboxLayoutType

      public String getVboxLayoutType()
    • getHboxLayoutType

      public String getHboxLayoutType()
    • getDateSkin

      public String getDateSkin()
    • getZtreeSkin

      public String getZtreeSkin()
    • usePopFirstStyle

      public void usePopFirstStyle(ModuleContext context, StringBuilder html)
      弹出组件默认样式
      参数:
      context - ModuleContext
      html - StringBuilder