类 ColumnInfo

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

public final class ColumnInfo extends Object implements Cloneable, Serializable

Description:

Title:首亨软件 - TSS/CRM等

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

    • authEnable

      protected boolean authEnable
    • authId

      protected String authId
  • 构造器详细资料

    • ColumnInfo

      public ColumnInfo()
  • 方法详细资料

    • parser

      public void parser(org.jdom2.Element nodeEl, Component component)
    • isExport

      public boolean isExport(ModuleContext context)
    • isHiddenColumn

      public boolean isHiddenColumn(ModuleContext context)
    • isAutoCalWidth

      public boolean isAutoCalWidth()
    • getValidWidth

      public int getValidWidth(int width)
      获取在配置区间的单元格的宽度,在真正设置时调用计算
      参数:
      width -
      返回:
    • getExportColWith

      public int getExportColWith()
    • checkAuth

      public boolean checkAuth(ModuleContext context)
      检查按钮权限
      参数:
      context - ModuleContext
      返回:
      结果
    • setCellValue

      public void setCellValue(org.apache.poi.ss.usermodel.Cell cell, String value)
    • setCellImage

      public void setCellImage(ModuleContext context, org.apache.poi.ss.usermodel.Cell cell, String html)
      单元格中包含了图片
      参数:
      cell -
      html - https://blog.csdn.net/qq1290869412/article/details/121521241?ops_request_misc=&request_id=&biz_id=102&utm_term=POI%20@Excel%E5%AF%BC%E5%87%BA%E5%A4%9A%E5%9B%BE%E7%89%87&utm_medium=distribute.pc_search_result.none-task-blog-2~all~sobaiduweb~default-9-121521241.142%5Ev100%5Epc_search_result_base7&spm=1018.2226.3001.4187 https://blog.csdn.net/qq_54439950/article/details/139766707
    • setCellStyle

      public void setCellStyle(org.apache.poi.ss.usermodel.Cell cell, org.apache.poi.ss.usermodel.CellStyle style, TdDynamic tdd)
      设置样式
      参数:
      cell - Cell
      style - CellStyle
      tdd - TdDynamic
    • setAttr

      public void setAttr(org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Cell cell)
      设置列属性
      参数:
      row - Row
      cell - Cell
    • getRuleAttr

      public RuleAttr getRuleAttr()
    • getGenerateColumnId

      public String getGenerateColumnId()