sameeraroshan / visjs

visjs vaadin addon
Apache License 2.0
10 stars 13 forks source link

class Group needs a String id #3

Closed daiselan closed 9 years ago

daiselan commented 9 years ago

class Node has a api-- setGroup(String group) but class Group does not not have api to set a String identifier. Hence it seems there is no way to group the nodes

sameeraroshan commented 9 years ago

added new method addGroup(String name, Group group) in Groups