mnabeelkhan / tableexport-for-vaadin

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

Should check for Container.Hierarchical, not HierarchicalContainer to see if is Hierarchical #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
From post:

1) A container is only considered to be hierarchical if it extends 
HierarchicalContainer class. In my case, the container implements the 
Container.Hierarchial interface. Could you please update the code to use the 
interface Container.Hierarchial instead of HierarchicalContainer class?

Original issue reported on code.google.com by jnas...@gmail.com on 17 Mar 2012 at 9:53

GoogleCodeExporter commented 8 years ago
done

Original comment by jnas...@gmail.com on 18 Mar 2012 at 12:08