0

ZK 7.0-RC available NOW!

asked 2013-10-22 10:02:50 +0800

southerncrossie gravatar image southerncrossie
1739 1 15

ZK 7.0-RC available NOW! New theme system combining the power of CSS 3, LESS & Bootstrap to create the best possible experience.

Release note: http://www.zkoss.org/product/zk/releasenote/7.0.0-RC

ZK 7 also introduces a new theme 'Atlantic' adopting the newest trend in User Interface design - Flat Design! Find out what it looks like here: http://blog.zkoss.org/index.php/2013/10/22/zk-7-introduces-atlantic-theme-a-new-flat-design/

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2013-10-22 18:28:36 +0800

magmog gravatar image magmog
6

Component.getChildren now returns List<? extends Component> instead of List<Component>. Im guessing that is wrong? It breaks our code in a bunch of places.

For instance adding a Treeitem to the children list of a Treechildren does not compile any more.

treechildren.getChildren().add(treeitem);
link publish delete flag offensive edit

answered 2013-10-23 04:20:37 +0800

cor3000 gravatar image cor3000
6280 2 7

The change was introduced by a new feature relating to generics, but we have now found a better way to preserve backwards compatibility, so it will be addressed in the official release.

Thanks for pointing this out.

Robert

link publish delete flag offensive edit
Your reply
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-10-22 10:02:50 +0800

Seen: 26 times

Last updated: Oct 23 '13

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