- 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 extends Entity>
public static interface Table.Printable<E extends Entity,P>
Allows set Printable representation for column in Excel export.
If for column specified Printable then value for Excel cell gets from Printable representation.