Re: Why is getDisplayValue in getDisplayValue final?

2014-01-13 Thread Martin Grigorov
, Oliver B. Fischer mails...@swe-blog.net wrote: Hi, I just tried to customize EnumChoiceRenderer and to override getDisplayValue, but is final. Why? Can I submit a patch to remove final? Bye, Oliver

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-13 Thread Oliver B. Fischer
AM, Oliver B. Fischer mails...@swe-blog.net wrote: Hi, I just tried to customize EnumChoiceRenderer and to override getDisplayValue, but is final. Why? Can I submit a patch to remove final? Bye, Oliver - To unsubscribe, e-mail

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-13 Thread Oliver B. Fischer
Am 10.01.14 08:41, schrieb Martin Grigorov: if you consulted with the source you would see that there is no reason to override that method directly as its functionality can be completely replaced by overriding postprocess()... so why override the original? For example to prevent

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-09 Thread Oliver B. Fischer
I dont remember exactly, but I guess I did it four or five times. That is not much but know what each of these is a hidden fork of the original implementation. I wish I had written my custom annotation @WicketFork for these classes ;-) Bye, Oliver Am 08.01.14 10:07, schrieb Martin Grigorov:

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-09 Thread Igor Vaynberg
...@swe-blog.net wrote: Hi, I just tried to customize EnumChoiceRenderer and to override getDisplayValue, but is final. Why? Can I submit a patch to remove final? Bye, Oliver - To unsubscribe, e-mail: users

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-09 Thread Martin Grigorov
at 6:37 AM, Oliver B. Fischer mails...@swe-blog.net wrote: Hi, I just tried to customize EnumChoiceRenderer and to override getDisplayValue, but is final. Why? Can I submit a patch to remove final? Bye, Oliver

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-08 Thread Oliver B. Fischer
just tried to customize EnumChoiceRenderer and to override getDisplayValue, but is final. Why? Can I submit a patch to remove final? Bye, Oliver - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-08 Thread Martin Grigorov
getDisplayValue, but is final. Why? Can I submit a patch to remove final? Bye, Oliver - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-08 Thread Igor Vaynberg
: Hi, I just tried to customize EnumChoiceRenderer and to override getDisplayValue, but is final. Why? Can I submit a patch to remove final? Bye, Oliver - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-08 Thread Martin Grigorov
, but is final. Why? Can I submit a patch to remove final? Bye, Oliver - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Why is getDisplayValue in getDisplayValue final?

2014-01-07 Thread Oliver B. Fischer
Hi, I just tried to customize EnumChoiceRenderer and to override getDisplayValue, but is final. Why? Can I submit a patch to remove final? Bye, Oliver - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-07 Thread Sven Meier
You have #resourceKey() and #postprocess() to override - what do you need more? Sven On 01/07/2014 03:37 PM, Oliver B. Fischer wrote: Hi, I just tried to customize EnumChoiceRenderer and to override getDisplayValue, but is final. Why? Can I submit a patch to remove final? Bye, Oliver

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-07 Thread Martin Grigorov
, but is final. Why? Can I submit a patch to remove final? Bye, Oliver - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-07 Thread Martin Grigorov
at 4:37 PM, Oliver B. Fischer mails...@swe-blog.netwrote: Hi, I just tried to customize EnumChoiceRenderer and to override getDisplayValue, but is final. Why? Can I submit a patch to remove final? Bye, Oliver

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-07 Thread Oliver B. Fischer
and to override getDisplayValue, but is final. Why? Can I submit a patch to remove final? Bye, Oliver - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-07 Thread Steve
getDisplayValue, but is final. Why? Can I submit a patch to remove final? Bye, Oliver - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Why is getDisplayValue in getDisplayValue final?

2014-01-07 Thread Martin Grigorov
Wicket Training and Consulting On Tue, Jan 7, 2014 at 4:37 PM, Oliver B. Fischer mails...@swe-blog.netwrote: Hi, I just tried to customize EnumChoiceRenderer and to override getDisplayValue, but is final. Why? Can I submit a patch to remove final? Bye, Oliver