|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IsTreeItem | |
---|---|
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of IsTreeItem in com.google.gwt.user.client.ui |
---|
Classes in com.google.gwt.user.client.ui that implement IsTreeItem | |
---|---|
class |
TreeItem
An item that can be contained within a Tree . |
Methods in com.google.gwt.user.client.ui with parameters of type IsTreeItem | |
---|---|
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. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |