类 CellInfo

java.lang.Object
com.sh.javax.util.event.CellInfo

public class CellInfo extends Object

Description:

Title:首亨软件 - TSS/CRM等

从以下版本开始:
Feb 21, 2013
  • 字段详细资料

  • 构造器详细资料

    • CellInfo

      public CellInfo()
    • CellInfo

      public CellInfo(String... tableCols)
  • 方法详细资料

    • getLabel

      public String getLabel()
    • setLabel

      public CellInfo setLabel(String label)
    • getDataType

      public int getDataType()
    • setDataType

      public CellInfo setDataType(int dataType)
    • getFormat

      public String getFormat()
    • setFormat

      public CellInfo setFormat(String format)
    • getTableCol

      public String[] getTableCol()
    • setTableCol

      public CellInfo setTableCol(String... tableCol)
    • setAlignLeft

      public CellInfo setAlignLeft()
    • setNowrap

      public CellInfo setNowrap(boolean nowrap)
    • isNowrap

      public boolean isNowrap()
    • setAlignCenter

      public CellInfo setAlignCenter()
    • setAlignRight

      public CellInfo setAlignRight()
    • getAlign

      public String getAlign()
    • getStyle

      public String getStyle()
    • setStyle

      public CellInfo setStyle(String style)
    • getSortTableCol

      public String getSortTableCol()
    • setSortTableCol

      public CellInfo setSortTableCol(String sortTableCol)
    • getMaxCharacter

      public int getMaxCharacter()
    • setMaxCharacter

      public CellInfo setMaxCharacter(int maxCharacter)
    • getWidth

      public String getWidth()
    • setWidth

      public CellInfo setWidth(String width)