Package org.waveprotocol.wave.client.widget.toolbar.buttons

Examples of org.waveprotocol.wave.client.widget.toolbar.buttons.ToolbarButtonUiProxy


    // of the submenus correctly.
    VerticalToolbarButtonWidget overflowButton = new VerticalToolbarButtonWidget();
    overflowSubmenu.hackInsertWidget(overflowButton, beforeIndex);

    // Return the item, initially proxying the toplevel button.
    Item item = new Item(toplevelButton, overflowButton, new ToolbarButtonUiProxy(toplevelButton));
    items.add(beforeIndex, item);
    return item;
  }
View Full Code Here


    // of the submenus correctly.
    VerticalToolbarButtonWidget overflowButton = new VerticalToolbarButtonWidget();
    overflowSubmenu.hackInsertWidget(overflowButton, beforeIndex);

    // Return the item, initially proxying the toplevel button.
    Item item = new Item(toplevelButton, overflowButton, new ToolbarButtonUiProxy(toplevelButton));
    items.add(beforeIndex, item);
    return item;
  }
View Full Code Here

TOP

Related Classes of org.waveprotocol.wave.client.widget.toolbar.buttons.ToolbarButtonUiProxy

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.