> Should I create a panel for each tree node type? or should it be > fragment? > How do I get this component in the appropriate column? Do I need to > extend > AbstractTreeColumn? >
make sure you override both newCell methods and return null for the one with IRenderable as return type. gerolf
