Package com.google.livingstories.client.ui

Examples of com.google.livingstories.client.ui.ContentItemListBox


  /**
   * Create a list box for displaying all the content items for the selected living story so that
   * the user can select one to edit.
   */
  private Widget createContentItemListBox() {
    contentItemListBox = new ContentItemListBox(false);
    contentItemListBox.setVisibleItemCount(15);
    contentItemListBox.addFilterChangeHandler(new ChangeHandler() {
      @Override
      public void onChange(ChangeEvent event) {
        contentPanel.showWidget(0);
View Full Code Here

TOP

Related Classes of com.google.livingstories.client.ui.ContentItemListBox

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.