Package io.jmix.ui.component
Interface Table.Printable<E,P>
- Type Parameters:
E
- type of itemP
- type of printable value, e.g. String/Date/Integer/Double/BigDecimal
- All Known Subinterfaces:
Table.PrintableColumnGenerator<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.
If for column specified Printable then value for Excel cell gets from Printable representation.
-
Method Summary
-
Method Details
-
getValue
Deprecated.
-