Uses of Interface
com.google.gwt.user.client.ui.IsTreeItem
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of IsTreeItem in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionvoid
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.