Vaadin Tree Nodes (closed) -


does know api or vaadin dont have save nodes strings reidentify them?

this important me because i'm working on programm on user chooses names , not static ever.

would realy love like:

node node = new node("title"); node node1 = new node("title1"); node.addnode(node1); tree.addnode(node); 

thanks every answere.

in vaadin item identifiers not have string. have object.

maybe looking tree component vaadin? https://vaadin.com/book/-/page/components.tree.html


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -