Hi guys,

Do we have Lambda support for the IChoiceRenderer in Wicket 8?

Would be nice to have this possibility:

DropDownChoice<SelectOption> orderByChoice = new DropDownChoice<>(
            "orderBy",
            LambdaModel.of(filter::getOrderBy),
            orderByChoiceList,
            ChoiceRenderer.of(SelectOption::getValue, SelectOption:getKey)
        )
-- 

Marcel Barbosa Pinto
55 11 98255 8288

Reply via email to