Class ExcelTableColumn<E,T>

java.lang.Object
com.amalgamasimulation.excel.TableColumn<E,T,ExcelTable<E>>
com.amalgamasimulation.excel.ExcelTableColumn<E,T>

public class ExcelTableColumn<E,T> extends TableColumn<E,T,ExcelTable<E>>
  • Field Details

    • excelTable

      protected ExcelTable<E> excelTable
    • titleColor

      protected Color titleColor
    • cellColorExtractor

      protected BiFunction<E,T,Color> cellColorExtractor
    • cellFormatExtractor

      protected BiFunction<E,T,String> cellFormatExtractor
    • cellAlignmentExtractor

      protected BiFunction<E,T,org.apache.poi.ss.usermodel.HorizontalAlignment> cellAlignmentExtractor
    • maxWidth

      protected int maxWidth
    • beginRow

      protected int beginRow
    • column

      protected int column
    • countRows

      protected int countRows
    • formatterLocalTime

      protected DateTimeFormatter formatterLocalTime
  • Method Details