Java com.google.gwt.gen2.complexpanel.client FastTreeItem fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gen2.complexpanel.client FastTreeItem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gen2.complexpanel.client FastTreeItem.

The text is from its open source code.

Constructor

FastTreeItem(String html)
Constructs a tree item with the given HTML.
FastTreeItem(Widget widget)
Constructs a tree item with the given Widget.
FastTreeItem()
Creates an empty tree item.

Method

voidaddItem(FastTreeItem item)
FastTreeItemaddItem(String itemHtml)
FastTreeItemaddItem(Widget widget)
voidbecomeInteriorNode()
Become an interior node.
voidbecomeLeaf()
FastTreeItemgetChild(int index)
intgetChildCount()
StringgetText()
WidgetgetWidget()
Gets the Widget associated with this tree item.
voidsetText(String text)
voidsetWidget(Widget widget)