Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Method and Description |
---|---|
TreeItem |
TreeItem.insertItem(int beforeIndex,
SafeHtml itemHtml)
Inserts a child tree item at the specified index containing the specified
html.
|
void |
TreeItem.insertItem(int beforeIndex,
TreeItem item)
Inserts an item as a child to this one.
|
TreeItem |
TreeItem.insertItem(int beforeIndex,
Widget widget)
Inserts a child tree item at the specified index containing the specified
widget.
|
MenuItem |
MenuBar.insertItem(MenuItem item,
int beforeIndex)
Adds a menu item to the bar at a specific index.
|
MenuItemSeparator |
MenuBar.insertSeparator(MenuItemSeparator separator,
int beforeIndex)
|
Copyright © 2018. All rights reserved.