Feature Requests item #1476832, was opened at 2006-04-26 13:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1476832&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: core Group: 1.0.0-rc2 Status: Open Priority: 5 Submitted By: AndreasG (agro126) Assigned to: Nobody/Anonymous (nobody) Summary: open wicket.markup.html.tree.Tree for subclassing Initial Comment: It should be possible to override the 'built in' tree templates eg. to associated different property panels with different tree nodes. The current Tree implementation does not allow this due to private and final modifiers of its classes/methods (I encountered this dilemma on several wicket classes: is it really neccessary to declare so many items private and final - this inhibits subclassing wicket which would encourage its usage even more). Here are my requests for Tree: class SelectedPathReplacementModel should be public class SpacerList should be public class TreePathsListView should be protected method getCss() should be protected method createNodeLink(DefaultMutableTreeNode) should be protected ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1476832&group_id=119783 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
