Uses of Interface
com.google.gwt.user.client.ui.IsTreeItem
-
Packages that use IsTreeItem Package Description 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 Modifier and Type Class Description class
TreeItem
An item that can be contained within aTree
.Methods in com.google.gwt.user.client.ui with parameters of type IsTreeItem Modifier and Type Method Description void
HasTreeItems. addItem(IsTreeItem isItem)
Adds an item wrapped by specifiedIsTreeItem
.void
Tree. addItem(IsTreeItem isItem)
Adds an item to the root level of this tree.void
TreeItem. addItem(IsTreeItem isItem)
Adds another item as a child to this one.void
HasTreeItems. removeItem(IsTreeItem isItem)
Removes an item.void
Tree. removeItem(IsTreeItem isItem)
Removes an item from the root level of this tree.void
TreeItem. removeItem(IsTreeItem isItem)
Removes one of this item's children.
-