Interface TableColumnInfo


  • public interface TableColumnInfo
    Holder of table column attributes
    • Method Detail

      • getColName

        String getColName()
      • getIndex

        int getIndex()
      • getType

        Class<?> getType()
      • getColumnWidth

        default int getColumnWidth()