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

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

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.widgetideas.client HasFastTreeItems.

The text is from its open source code.

Method

voidaddItem(FastTreeItem item)
Adds another item as a child to this one.
FastTreeItemaddItem(String itemHtml)
Adds a child tree item containing the specified html.
FastTreeItemaddItem(Widget widget)
Adds a child tree item containing the specified widget.