AnthonyProg/tableexport-for-vaadin

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

Closed this issue · 2 comments

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

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

The demo application has an option where this is used.

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

  • Changed state: Fixed