Interface HasSearchHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
FilterBuilder

public interface HasSearchHandlers extends HasHandlers
  • Method Details

    • addSearchHandler

      HandlerRegistration addSearchHandler(SearchHandler handler)
      A StringMethod that is automatically invoked if saveOnEnter is set and the user presses Enter whilst in a text-item in any clause or subclause.
      Parameters:
      handler - the search handler
      Returns:
      HandlerRegistration used to remove this handler