|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISearchStateOptions
Interface that implementations of search state options must implement
Method Summary | |
---|---|
Integer |
getMaxResults()
Returns the maximum number of results to allow in the search results table |
boolean |
isAdvancedSearch()
Return true if the search originated from the 'Advanced' searchbar tab |
boolean |
isKeywordsFieldAvailable()
Returns true of the keywords field is available and visible to the user performing the search |
boolean |
isMaxResultsFieldAvailable()
Returns whether the max results field is available and visible to the user performing the search |
boolean |
isNoMaxResults()
Returns whether the no max results mode is active |
boolean |
isRefinedSearch()
Return true if the search is a refined search |
boolean |
isUseOrConditionFieldAvailable()
Returns true of the 'AND/OR' search condition field is available and visible to the user performing the search |
Method Detail |
---|
boolean isRefinedSearch()
boolean isAdvancedSearch()
boolean isKeywordsFieldAvailable()
boolean isUseOrConditionFieldAvailable()
boolean isMaxResultsFieldAvailable()
boolean isNoMaxResults()
Integer getMaxResults()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |