Eduardo108
(Eduardo González Joyanes)
June 18, 2019, 3:22pm
1
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!!!
Flowing
(Flowing Code)
July 23, 2019, 3:43pm
2
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.
Eduardo108
(Eduardo González Joyanes)
July 24, 2019, 8:13am
3
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?
Flowing
(Flowing Code)
July 26, 2019, 8:56pm
4
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!