Package com.google.livingstories.client.contentmanager

Examples of com.google.livingstories.client.contentmanager.SearchResultsList


  private SearchResultsList contentItemList;
 
  public SearchWidget(ContentItemClickHandler handler) {
    contentPanel = new VerticalPanel();
    contentPanel.add(createSearchPanel());
    contentItemList = new SearchResultsList(handler);
   
    contentPanel.add(contentItemList);
    initWidget(contentPanel);
  }
View Full Code Here

TOP

Related Classes of com.google.livingstories.client.contentmanager.SearchResultsList

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.