Class NeoGlobalSearch

java.lang.Object

public class NeoGlobalSearch
extends NeoContainer
This class represents the NeoGlobalSearch popup widget that is used to perform Global Search
  • Field Details

  • Constructor Details

  • Method Details

    • getSearchTextField

      public NeoTextField getSearchTextField()
      Used to get the Neo global search input text element to populate the value supplied
      Returns:
      NeoTextField
    • setFilters

      public void setFilters​(java.lang.String filterLabel, java.lang.String... filterValues)
      Sets the filter values for the supplied filter label
      Parameters:
      filterLabel -
      filterValues -
    • setSearchBy

      public void setSearchBy​(java.lang.String searchByValue)
      sets the searchBy value by selecting the element that has the same value as input searchByValue parameter
      Parameters:
      searchByValue -
    • getSearchByComponent

      public NeoComboField getSearchByComponent()
      Gets the searchBy field and wraps that field under NeoComboField
      Returns:
      NeoComboField
    • setSearchTextField

      public void setSearchTextField​(java.lang.String searchTextValue)
      Sets the value of the search field to the supplied input paramter searchTextValue
      Parameters:
      searchTextValue -
    • setSaveDefault

      public void setSaveDefault​(boolean setSaveDefault)
      To check/uncheck the save as default checkbox
      Parameters:
      setSaveDefault -
    • performGlobalSearch

      public void performGlobalSearch()
      Performs the Global Search by clicking the search button on the global search Widget