Interface NavBarSeachHandler


public interface NavBarSeachHandler
The interface implementing search event handling for the NavBar and MenuBar components.
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSearch(String searchText)
    Search event handler for the NavBar component.
  • Method Details

    • onSearch

      void onSearch(String searchText)
      Search event handler for the NavBar component.
      Parameters:
      searchText - User-specified search term or null if the user has left the search field empty