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

public class FileCol extends Object implements Serializable, Cloneable

Description: 文件组件指定的列属性

Title:首亨软件 - TSS/CRM等

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

    • FileCol

      public FileCol()
  • 方法详细资料

    • parserNode

      public void parserNode(org.jdom2.Element nodeEl, List<FileCol> list)
    • toHtml

      public void toHtml(ModuleContext context, StringBuilder html)
    • isColditionCol

      public boolean isColditionCol()
    • isPathCol

      public boolean isPathCol()
      判断是否路径列
      返回:
    • process2

      public void process2(ModuleContext context, List<String> colTypeList, List<Object> objList, List<String> whereColTypeList, List<Object> whereObjList, String fileId, String fileName, String contentType, String filePath, String absPath, String serverPath, List<FileScaleImage> scaleImageList)
      生成SQL数据
      参数:
      context - 上下文
      colTypeList - 数据类型
      objList - 数据值
      whereColTypeList - 条件列类型
      whereObjList - 条件列值
      fileId - 表单名
      fileName - 文件名
      contentType - 文件类型
      filePath - 文件路径
      absPath - 绝对路径
      serverPath - 服务器路径
      scaleImageList - 压缩图片对象
    • isSeial

      public boolean isSeial()
    • getTableCol

      public String getTableCol()
    • getSystemValue

      public String getSystemValue()
    • getSelfValue

      public String getSelfValue()
    • getColType

      public String getColType()