Interface IActiveSearchFormState


public interface IActiveSearchFormState
Interface that wraps the state of the active search form.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current operation of the requested filter field in the active search form
    getFilterFieldValue(String filterFieldName)
    Returns the current value of the requested filter field in the active search form
    Returns the current value of the keywords field in the active search form
    getRefineFieldValue(String refineFieldName)
    Returns the current value of the requested refine field in the active search form
  • Method Details

    • getKeywordsValue

      String getKeywordsValue()
      Returns the current value of the keywords field in the active search form
      Returns:
      current value of the keyword search field
    • getRefineFieldValue

      String getRefineFieldValue(String refineFieldName)
      Returns the current value of the requested refine field in the active search form
      Parameters:
      refineFieldName - the name of the refine field to lookup
      Returns:
      current value of the requested refine search field
    • getFilterFieldValue

      String getFilterFieldValue(String filterFieldName)
      Returns the current value of the requested filter field in the active search form
      Parameters:
      filterFieldName - the name of the filter field to lookup
      Returns:
      current value of the requested filter search field
    • getFilterFieldOperation

      String getFilterFieldOperation(String filterFieldName)
      Returns the current operation of the requested filter field in the active search form
      Parameters:
      filterFieldName - the name of the filter field to lookup
      Returns:
      current value of the requested filter search field operation