0

http://tracker.zkoss.org/browse/ZK-2459

asked 2018-08-23 13:58:37 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

Can someone give example for this new feature

http://tracker.zkoss.org/browse/ZK-2459

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-08-27 12:53:50 +0800

cor3000 gravatar image cor3000
6280 2 7

updated 2018-08-27 15:50:11 +0800

the API docs for 8.5.2 contain the new method which now supports a varialbe argument list of property names:

BindUtils.html#postNotifyChange

e.g. instead of ...

BindUtils.postNotifyChange(null, null, this, "prop1");    
BindUtils.postNotifyChange(null, null, this, "prop2");

... you can now write one line

BindUtils.postNotifyChange(null, null, this, "prop1", "prop2");
link publish delete flag offensive edit
Your answer
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: 2018-08-23 13:58:37 +0800

Seen: 8 times

Last updated: Aug 27 '18

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