Uses of Class
com.google.gwt.user.client.ui.TreeItem
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of TreeItem in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionAdds a simple tree item containing the specified html.Adds a new tree item containing the specified widget.Adds a simple tree item containing the specified html.Overloaded version for IsWidget.Adds a new tree item containing the specified widget.Adds a child tree item containing the specified html.Adds a child tree item containing the specified widget.HasTreeItems.addTextItem
(String itemText) Adds a simple tree item containing the specified text.Tree.addTextItem
(String itemText) Adds a simple tree item containing the specified text.TreeItem.addTextItem
(String itemText) Adds a child tree item containing the specified text.IsTreeItem.asTreeItem()
Returns theTreeItem
aspect of the receiver.TreeItem.asTreeItem()
TreeItem.getChild
(int index) Gets the child at the specified index.Tree.getItem
(int index) Gets the top-level tree item at the specified index.TreeItem.getParentItem()
Gets this item's parent.Tree.getSelectedItem()
Gets the currently selected item.Tree.insertItem
(int beforeIndex, SafeHtml itemHtml) Inserts a child tree item at the specified index containing the specified html.Tree.insertItem
(int beforeIndex, Widget widget) Inserts a child tree item at the specified index containing the specified widget.TreeItem.insertItem
(int beforeIndex, SafeHtml itemHtml) Inserts a child tree item at the specified index containing the specified html.TreeItem.insertItem
(int beforeIndex, Widget widget) Inserts a child tree item at the specified index containing the specified widget.Tree.insertTextItem
(int beforeIndex, String itemText) Inserts a child tree item at the specified index containing the specified text.TreeItem.insertTextItem
(int beforeIndex, String itemText) Inserts a child tree item at the specified index containing the specified text.Modifier and TypeMethodDescriptionTreeItem.getChildren()
Tree.getChildWidgets()
Tree.treeItemIterator()
Iterator of tree items.Modifier and TypeMethodDescriptionvoid
Adds an tree item.void
Adds an item to the root level of this tree.void
Adds another item as a child to this one.(package private) void
(package private) void
TreeItem.TreeItemImpl.convertToFullNode
(TreeItem item) Deprecated.void
TreeListenerCollection.fireItemSelected
(TreeItem item) Deprecated.Fires a "tree item selected" event to all listeners.void
TreeListenerCollection.fireItemStateChanged
(TreeItem item) Deprecated.Fires a "tree item state changed" event to all listeners.(package private) void
Tree.fireStateChanged
(TreeItem item, boolean open) int
TreeItem.getChildIndex
(TreeItem child) Gets the index of the specified child item.void
Tree.insertItem
(int beforeIndex, TreeItem item) Inserts an item into the root level of this tree.void
TreeItem.insertItem
(int beforeIndex, TreeItem item) Inserts an item as a child to this one.protected boolean
Tree.isKeyboardNavigationEnabled
(TreeItem currentItem) Indicates if keyboard navigation is enabled for the Tree and for a given TreeItem.(package private) void
TreeItem.maybeRemoveItemFromParent
(TreeItem item) Remove a tree item from its parent if it has one.(package private) void
Tree.maybeUpdateSelection
(TreeItem itemThatChangedState, boolean isItemOpening) void
TreeListener.onTreeItemSelected
(TreeItem item) Deprecated.void
TreeListener.onTreeItemStateChanged
(TreeItem item) void
HasTreeItems.removeItem
(TreeItem item) Removes an item.void
Tree.removeItem
(TreeItem item) Removes an item from the root level of this tree.void
TreeItem.removeItem
(TreeItem item) Removes one of this item's children.(package private) void
TreeItem.setParentItem
(TreeItem parent) void
Tree.setSelectedItem
(TreeItem item) Selects a specified item.void
Tree.setSelectedItem
(TreeItem item, boolean fireEvents) Selects a specified item.(package private) void
Tree.showClosedImage
(TreeItem treeItem) Called only fromTreeItem
: Shows the closed image on that tree item.(package private) void
Tree.showLeafImage
(TreeItem treeItem) Called only fromTreeItem
: Shows the leaf image on a tree item.(package private) void
Tree.showOpenImage
(TreeItem treeItem) Called only fromTreeItem
: Shows the open image on a tree item.Modifier and TypeMethodDescriptionTree.addCloseHandler
(CloseHandler<TreeItem> handler) final HandlerRegistration
Tree.addOpenHandler
(OpenHandler<TreeItem> handler) Tree.addSelectionHandler
(SelectionHandler<TreeItem> handler) (package private) void
TreeItem.addTreeItems
(List<TreeItem> accum) void
ListenerWrapper.WrappedTreeListener.onClose
(CloseEvent<TreeItem> event) void
void
ListenerWrapper.WrappedTreeListener.onSelection
(SelectionEvent<TreeItem> event)
SelectionHandler.onSelection(com.google.gwt.event.logical.shared.SelectionEvent)
instead