Great Component but .... How is it possible to call the method addOnNodeCli

Great Component but … How is it possible to call the method addOnNodeClickListener (class OrgChart line 315 in source code)?

public void addOnNodeClickListener (OnNodeClickListener onNodeClickListener) {
addListener(NodeClickEvent.class, onNodeClickListener,
OnNodeClickListener.ON_CLICK_METHOD);
}

because i download with

com.flowingcode.vaadin.addons orgchart-addon 2.0.3

And i havent this method.

Thank you!!!

Hi Eduardo!
Sorry for taking so long to answer. We’ve just released a new version with that feature, can you try it out?
Regards.

Thank you very much for your answer. I try it as soon as I have a minute and I tell you.
I have another question regarding the component. It would be very useful for us not only to have a father-son relationship but also a relationship between siblings. It could be possible? Do you have this in consideration?

Hi Eduardo!

It should be easy to add whatever feature is supported by the [javascript library]
(https://github.com/dabeng/OrgChart) that the addon is based on.

If you want a specific feature, please fill in an issue [here]
(https://github.com/FlowingCode/OrgChartAddon/issues).

Regards!