Interface Table.Printable<E,P>

Type Parameters:
E - type of item
P - type of printable value, e.g. String/Date/Integer/Double/BigDecimal
All Known Subinterfaces:
Table.PrintableColumnGenerator<E,P>
Enclosing interface:
Table<E>

@Deprecated public static interface Table.Printable<E,P>
Deprecated.
Use export action APIs instead.
Allows set Printable representation for column in Excel export.
If for column specified Printable then value for Excel cell gets from Printable representation.
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(E item)
    Deprecated.
     
  • Method Details

    • getValue

      P getValue(E item)
      Deprecated.