Package com.google.livingstories.client.ui.SearchPanel

Examples of com.google.livingstories.client.ui.SearchPanel.SearchHandler


    initWidget(contentPanel);
  }
 
  private Widget createSearchPanel() {
    searchPanel = new SearchPanel();
    searchPanel.addSearchHandler(new SearchHandler() {
      public void onSearch(SearchTerms searchTerms) {
        contentService.executeSearch(searchTerms, new AsyncCallback<List<BaseContentItem>>() {
          public void onFailure(Throwable t) {
            // Ignore;
          }
View Full Code Here

TOP

Related Classes of com.google.livingstories.client.ui.SearchPanel.SearchHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.