org.eaglei.ui.gwt.search.results
Class ResultsPage

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.eaglei.ui.gwt.search.results.ResultsPage
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.IsWidget, SearchContext.SearchListener

public class ResultsPage
extends com.google.gwt.user.client.ui.Composite
implements SearchContext.SearchListener


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
ResultsPage()
           
 
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)
           
 void setHeaderPanel(TopPanel topPanel)
           
 void setPageParams(java.lang.String params)
          Handles parsing of params supported by the results page.
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultsPage

public ResultsPage()
Method Detail

setHeaderPanel

public void setHeaderPanel(TopPanel topPanel)

setPageParams

public void setPageParams(java.lang.String params)
Handles parsing of params supported by the results page.

Parameters:
params -

onFailure

public void onFailure(org.eaglei.search.provider.SearchRequest request,
                      java.lang.String message)
Specified by:
onFailure in interface SearchContext.SearchListener

onRequestCreate

public void onRequestCreate(org.eaglei.search.provider.SearchRequest request)
Description copied from interface: SearchContext.SearchListener
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.

Specified by:
onRequestCreate in interface SearchContext.SearchListener

onRequestPending

public void onRequestPending(org.eaglei.search.provider.SearchRequest request,
                             boolean isPageRequest)
Description copied from interface: SearchContext.SearchListener
The given request is in the history stack and the search operation is pending. Listeners should not modify the request.

Specified by:
onRequestPending in interface SearchContext.SearchListener

onResults

public void onResults(ClientSearchResultSet results)
Specified by:
onResults in interface SearchContext.SearchListener


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