Wicket 7.0 RoadmapPage edited by Igor VaynbergChanges (1)
Full Content
This page lists the tasks the Wicket team agreed to implement for Wicket 7.0.Ideas for Wicket 7.0 list some more ideas but to add a task in the Roadmap it has to be discussed first in the dev mailing list. Ideas with attached patch in Jira ticket or Pull Request have a bigger chance to be included in the Roadmap. Java 7 as a minimumJava 7 has nice support for generics, better annotations, and Java 6 is reaching its end of life pretty soon. Assignee: mgrigorov Generics for org.apache.wicket.ComponentUsing Java 7 will allow to use the "diamonds operator", i.e. MyPage.java Component<Entity> c = new SomeComponent<>("id", model);
Assignee: mgrigorov Minor API cleanups
API TweaksSimpleFormComponentLabel should output the "required" class just like wicket:forajaxbehavior#updateAjaxAttributes() should get component passed inotherwise referencing the component as needed in throttle settings is annoying queryField.add(new AjaxFormComponentUpdatingBehavior("onkeydown") { protected void updateAjaxAttributes(AjaxRequestAttributes attributes) { attributes.setThrottlingSettings(new ThrottlingSettings(queryField.getMarkupId(), Duration.seconds(1))); ----------------------------------------------------------------------------^ throttling settings should be mutable to make it easier to override just the duration without having to figure out an id_javascript_ResourceReference#getDependencies() should return an appendable Listso we can do class MyReference extends _javascript_Reference { getDependencies() { List<?> list=super.getDependencies(); list.add(...); return list; } }
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] Apache Wicket > Wicket 7.0 Roadmap confluence
- [CONF] Apache Wicket > Wicket 7.0 Roadmap confluence
- [CONF] Apache Wicket > Wicket 7.0 Roadmap confluence
- [CONF] Apache Wicket > Wicket 7.0 Roadmap confluence
- [CONF] Apache Wicket > Wicket 7.0 Roadmap confluence
- [CONF] Apache Wicket > Wicket 7.0 Roadmap confluence
- [CONF] Apache Wicket > Wicket 7.0 Roadmap confluence
- [CONF] Apache Wicket > Wicket 7.0 Roadmap confluence
- [CONF] Apache Wicket > Wicket 7.0 Roadmap confluence
- [CONF] Apache Wicket > Wicket 7.0 Roadmap confluence
- [CONF] Apache Wicket > Wicket 7.0 Roadmap confluence
- [CONF] Apache Wicket > Wicket 7.0 Roadmap confluence