org.eaglei.ui.gwt.search
Interface SearchContext.SearchListener

All Known Implementing Classes:
DataSuggestSearchBar, LeftListPanel, RequestSummaryPanel, ResourceProviderSidebarComponent, ResourceSidebarComponent, ResultsPage, SearchBar, SidebarFilterPanel
Enclosing class:
SearchContext

public static interface SearchContext.SearchListener


Method Summary
 void onFailure(org.eaglei.search.provider.SearchRequest request, java.lang.String message)
           
 void onRequestCreate(org.eaglei.search.provider.SearchRequest request)
          A new search request is about to be executed.
 void onRequestPending(org.eaglei.search.provider.SearchRequest request, boolean isPageRequest)
          The given request is in the history stack and the search operation is pending.
 void onResults(ClientSearchResultSet results)
           
 

Method Detail

onRequestCreate

void onRequestCreate(org.eaglei.search.provider.SearchRequest request)
A new search request is about to be executed. The request has not been added to the history stack. Components can write their state into the request as is appropriate.

Parameters:
request -

onRequestPending

void onRequestPending(org.eaglei.search.provider.SearchRequest request,
                      boolean isPageRequest)
The given request is in the history stack and the search operation is pending. Listeners should not modify the request.

Parameters:
request -
isPageRequest -

onResults

void onResults(ClientSearchResultSet results)

onFailure

void onFailure(org.eaglei.search.provider.SearchRequest request,
               java.lang.String message)


Copyright © 2009-2011 Eagle-I. All Rights Reserved.