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

Example usage for Java com.google.gwt.gen2.complexpanel.client FastTree 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 FastTree.

The text is from its open source code.

Constructor

FastTree()
Constructs a tree.

Method

HandlerRegistrationaddBeforeCloseHandler(BeforeCloseHandler handler)
HandlerRegistrationaddBeforeOpenHandler(BeforeOpenHandler handler)
HandlerRegistrationaddBeforeSelectionHandler(BeforeSelectionHandler handler)
HandlerRegistrationaddCloseHandler(CloseHandler handler)
voidaddItem(FastTreeItem item)
Adds an item to the root level of this tree.
FastTreeItemaddItem(String itemHtml)
Adds a simple tree item containing the specified html.
FastTreeItemaddItem(Widget widget)
Adds a new tree item containing the specified widget.
HandlerRegistrationaddOpenHandler(OpenHandler handler)
HandlerRegistrationaddSelectionHandler(SelectionHandler handler)
FastTreeItemgetChild(int index)
voidinjectDefaultCss()
Injects the default styles as a css resource.