You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2016/03/15 10:44:33 UTC

[jira] [Resolved] (WICKET-6121) use lambdas for columns

     [ https://issues.apache.org/jira/browse/WICKET-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sven Meier resolved WICKET-6121.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 8.0.0-M1

Implemented.

> use lambdas for columns
> -----------------------
>
>                 Key: WICKET-6121
>                 URL: https://issues.apache.org/jira/browse/WICKET-6121
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 8.0.0-M1
>            Reporter: Sven Meier
>            Assignee: Sven Meier
>            Priority: Minor
>             Fix For: 8.0.0-M1
>
>
> Allow a function to be used for table columns, e.g.:
> new LambdaColumn<>(Model.of("First Name"), "firstName", Contact::getFirstName));



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)