Interface OnSearchHandler

All Superinterfaces:
EventHandler

public interface OnSearchHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification event fired indicating that a user is attempting to perform a search.
  • Method Details

    • onOnSearch

      void onOnSearch(OnSearchEvent event)
      Notification event fired indicating that a user is attempting to perform a search. This is fired when a SearchForm is submitted either from a click on a SubmitItem in the form, or from an Enter keypress if searchOnEnter or DynamicForm.saveOnEnter is true.
      Parameters:
      event - the event