Interface IAutoCompleteListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onSelect​(org.apache.wicket.ajax.AjaxRequestTarget target, int index)
      Triggered when a selection has been made
    • Method Detail

      • onSelect

        void onSelect​(org.apache.wicket.ajax.AjaxRequestTarget target,
                      int index)
        Triggered when a selection has been made
        Parameters:
        target - the AjaxRequestTarget
        index - the index of the selected item