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

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -