[ 
https://issues.apache.org/jira/browse/WICKET-6322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15874831#comment-15874831
 ] 

Sven Meier commented on WICKET-6322:
------------------------------------

As powwowed:

    
http://mail-archives.apache.org/mod_mbox/wicket-dev/201702.mbox/%3ccab63y-f2wwqq_hefa6jtzfs5tnrc21hfm0thsstxghrqb+e...@mail.gmail.com%3e

We agreed on removing component lambda factories:
- these don't allow further customization
- it leads to a plethora of factory methods with different arguments
- multiple arguments are not easy to distinguish
- API is awkward (event hook method name, component ID as first argument)

    Link actionLink = onClick("actionLink", (link) -> linkClickCount++);


> Remove lambda factories
> -----------------------
>
>                 Key: WICKET-6322
>                 URL: https://issues.apache.org/jira/browse/WICKET-6322
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket
>    Affects Versions: 8.0.0-M3
>            Reporter: Sven Meier
>            Assignee: Sven Meier
>            Priority: Trivial
>
> With this task we'll track dismantling of lambda factories.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to