Parts-in-Place / Vaadin_TableExport

Automatically exported from code.google.com/p/tableexport-for-vaadin
0 stars 0 forks source link

have option to format cells based on Table's formatPropertyValue() #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
from: https://vaadin.com/forum/-/message_boards/view_message/805194

Original issue reported on code.google.com by jnas...@gmail.com on 7 Oct 2011 at 10:02

GoogleCodeExporter commented 8 years ago
Completed.  Since Table makes the ability to get its format property and its 
properties protected, we require the user to have their Table implement 
ExportableFormattedProperty which makes formatted properties accessible.

There is also a utility class called PropertyFormatTable that has an 
implementation of ExportableFormattedProperty, which a user can just extend 
instead of Table.

Original comment by jnas...@gmail.com on 10 Oct 2011 at 7:50

GoogleCodeExporter commented 8 years ago
The demo application has an option where this is used.

Original comment by jnas...@gmail.com on 10 Oct 2011 at 7:51