0

infinite parent child hierarchy combobox

asked 2016-07-15 23:27:47 +0800

HiteshR gravatar image HiteshR
1 2

updated 2016-07-15 23:29:17 +0800

public class Node{

private String value;
private List<Node> children;
//getter setter

}

I have to display Node as combobox having value Yes and No. when Yes is selected children Node will display same will repeat until children is found empty.

This hierarchy is infinite like Node->children->children->....->children.

How can I display this parent child in ZK UI?

delete flag offensive retag edit
Be the first one to answer this question!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2016-07-15 23:27:47 +0800

Seen: 12 times

Last updated: Jul 15 '16

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More