Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

org.apache.wicket.markup.html.form.EnumChoiceRenderer#postprocess() is removed WICKET-5470

WICKET-5470 has shown that org.apache.wicket.markup.html.form.EnumChoiceRenderer#postprocess() is not really needed and the same can be achieved by overriding #getDisplayValue() method and doing the processing after calling super.getDisplayValue(). 

Additionally now the specialization specializations of EnumChoiceRenderer can provide completely custom implementation of #getDisplayValue().

...