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 classTreeItemAn 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 voidHasTreeItems. addItem(IsTreeItem isItem)Adds an item wrapped by specifiedIsTreeItem.voidTree. addItem(IsTreeItem isItem)Adds an item to the root level of this tree.voidTreeItem. addItem(IsTreeItem isItem)Adds another item as a child to this one.voidHasTreeItems. removeItem(IsTreeItem isItem)Removes an item.voidTree. removeItem(IsTreeItem isItem)Removes an item from the root level of this tree.voidTreeItem. removeItem(IsTreeItem isItem)Removes one of this item's children.
-