Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeItem
An item that can be contained within a
Tree . |
Modifier and Type | Method and Description |
---|---|
void |
TreeItem.addItem(IsTreeItem isItem)
Adds another item as a child to this one.
|
void |
Tree.addItem(IsTreeItem isItem)
Adds an item to the root level of this tree.
|
void |
HasTreeItems.addItem(IsTreeItem isItem)
Adds an item wrapped by specified
IsTreeItem . |
void |
TreeItem.removeItem(IsTreeItem isItem)
Removes one of this item's children.
|
void |
Tree.removeItem(IsTreeItem isItem)
Removes an item from the root level of this tree.
|
void |
HasTreeItems.removeItem(IsTreeItem isItem)
Removes an item.
|