|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISearchOptionsManager
Implementations of this interface handle the lookup and updating of search options
Field Summary | |
---|---|
static String |
KEY_INITIAL_SEARCH_TAB
This search option controls which searchbar tab to activate when the page is initially displayed. |
static String |
KEY_INITIAL_SELECTED_SAVED_SEARCH
This search option controls which saved search to load when the page is initially displayed. |
static String |
KEY_LAST_SEARCH_STATE
This search option holds the serialized state of the last search query that was run. |
static String |
KEY_MAX_RESULTS
This search option specifies the maximum number of rows to display in the search results table. |
static String |
KEY_NO_MAX_RESULTS
This search option controls whether the search results should enforce a maxiumum number of results. |
static String |
KEY_RUN_SEARCH_ON_DISPLAY
This search option controls whether a search is automatically triggered when the page is initially displayed. |
Method Summary | |
---|---|
Map |
getSearchOptions()
Get a map of the current search options |
void |
updateSearchOptions(Map optionsMap)
Update the search options |
Field Detail |
---|
static final String KEY_INITIAL_SEARCH_TAB
static final String KEY_RUN_SEARCH_ON_DISPLAY
static final String KEY_INITIAL_SELECTED_SAVED_SEARCH
static final String KEY_NO_MAX_RESULTS
static final String KEY_MAX_RESULTS
static final String KEY_LAST_SEARCH_STATE
Method Detail |
---|
Map getSearchOptions()
void updateSearchOptions(Map optionsMap)
optionsMap
- the options to updatepersist
- true to attempt to persist the changes to the long term storage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |