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
Post a Comment