Why don't you just switch your code to use it and then put it to a test. See
if it dose what you need, and if it's not then feel free to "steal" as much
code from it as you please.
I believe it's open source under the same license as Wicket (Apache 2.0).
I don't use that particular editable tree
Try to use that project out of the box, and if you find bugs or
improvements feel free to contribute back :)
It's better that way as it is mainted by a wide range of members rather
than just your or your team.
~ Thank you,
Paul Bors
On Tue, Jan 29, 2013 at 9:54 AM, grazia wrote:
> Sorry, I got
Sorry, I got the source code
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/editable-tree-table-make-an-editable-row-rather-than-an-editable-cell-tp4655768p4655879.html
Sent from the Users forum mailing list archive at Nabble.com.
--
Why re-invent the wheel?
Take a look at the examples for Wicket Components at:
http://www.wicket-library.com/
The Wicketstuff InMethod Grid's "Editable TreeGrid":
http://www.wicket-library.com/inmethod-grid/tree-grid/editable
The project you're looking for is at:
https://github.com/wicketstuff/
This is what I did, comments are welcome.
On each row, I have an "action's" cell (actions like "save" or "delete").
That cell is represented by a class that extends Panel. Its constructor
takes an id and a PropertyModel as arguments. The PropertyModel allows me to
get the tree node in that row.
to the database ?
How ?
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/editable-tree-table-submit-all-changes-at-once-tp4655768.html
Sent from the Users forum mailing list archive at Nabble.com