Interface IActiveSearchFormState
public interface IActiveSearchFormState
Interface that wraps the state of the active
search form.
-
Method Summary
Modifier and TypeMethodDescriptiongetFilterFieldOperation
(String filterFieldName) Returns the current operation of the requested filter field in the active search formgetFilterFieldValue
(String filterFieldName) Returns the current value of the requested filter field in the active search formReturns the current value of the keywords field in the active search formgetRefineFieldValue
(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
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
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
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
-