Versions Compared

Key

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

...

IPageLink has been removed because it was superseded by IPageProvider. Its last usage has been removed from InlineFrame

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

WICKET-5470 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 of EnumChoiceRenderer can provide completely custom implementation of #getDisplayValue().

Using keyboard UP and DOWN keys will loop thru the AutoCompleter's options WICKET-5275

...