Hi devs, (I hope this is the correct mailing list for questions on development of wicket-extensions as well)?
I'm currently working on a Wicket TableTree, which is backed by my own tree. I have to make sure I have a ITreeProvider<T>, which is a nice interface, and provide a IModel<Set<T>>, which is a set. The tree implementation does not use all methods on the Set<T>, so I think it would be nice if there is an interface ITreeState in the new Tree implementation (which could basically be a subset of the Set methods) There was one in the old implementation, but that one is deprecated. Is there a reason there is no ITreeState in the new Tree implementation? -Rob
