0

ZK7 TreeDataEvent.SELECTION_CHANGED possible bug

asked 2013-12-02 18:48:13 +0800

arquitectura gravatar image arquitectura
0

Hello!! I have this code on my zk 6.3.0 project and works fine:

tree.getModel().addTreeDataListener(new MySelectTreeDataListener<data>()); logger.info("caught event : "+event.getType()); logger.info(" : "+ event.getType()+" == "+TreeDataEvent.SELECTIONCHANGED); if (event.getType() == TreeDataEvent.SELECTIONCHANGED) { ... }

But zk 7.0.0 never raises SELECTION_CHANGED event. Other events are caught perfectly. Do you know if this is an issue, a change of behaviour or there is an open issue?

Thank you.

delete flag offensive retag edit

Comments

Can you provide a somplete sample? Are you using custom tree model or default one?

ashishd ( 2014-01-08 04:28:03 +0800 )edit
Be the first one to answer this question!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
2 followers

RSS

Stats

Asked: 2013-12-02 18:48:13 +0800

Seen: 9 times

Last updated: Dec 02 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More