类 FsTableUtil.HeaderCell

java.lang.Object
cn.isliu.core.utils.FsTableUtil.HeaderCell
封闭类:
FsTableUtil

public static class FsTableUtil.HeaderCell extends Object
表头单元格类,用于支持合并单元格
  • 构造器详细资料

    • HeaderCell

      public HeaderCell()
  • 方法详细资料

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getLevel

      public int getLevel()
    • setLevel

      public void setLevel(int level)
    • getColSpan

      public int getColSpan()
    • setColSpan

      public void setColSpan(int colSpan)
    • getRowSpan

      public int getRowSpan()
    • setRowSpan

      public void setRowSpan(int rowSpan)