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

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

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.widgetideas.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(Element element)
This constructor is only for use by DecoratedFastTreeItem .
FastTreeItem()
Creates an empty tree item.

Method

voidaddItem(FastTreeItem item)
FastTreeItemaddItem(String itemHtml)
FastTreeItemaddItem(Widget widget)
voidbecomeInteriorNode()
Become an interior node.
voidsetState(boolean open)
Sets whether this item's children are displayed.
voidsetText(String text)