Hello,

I am using wicket tree with swing DefaultMutableTreeNode.

In render node, i am writing the tree headers labels.

protected String renderNode(TreeNode node) {
                TreeItem item = (TreeItem) ((DefaultMutableTreeNode)
node).getUserObject();
                return item.getName();
            }

before writing labels, how can I add the checkboxes.

I want tree view with checkboxes..

thanks and regards,
edi
-- 
View this message in context: 
http://www.nabble.com/Wicket-Tree-with-Swing-DefaultMutableTreeNode-tp18486972p18486972.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to