I have a TableView that I want to show the following column:

<TableView.Column name="data.group"/>

My model object contains a Map called data with an entry for 'group'. This seems to fail in BeanAdapter#containsKey, because it only looks for a getter method. I looks like it could be adapted to support maps without too much hassle, but maybe there is another way to do this that doesn't require a change to the BeanAdapter?

Would it be valuable to make BeanAdapter wrap Map properties?

-- Edvin

Reply via email to