Java com.vaadin.ui TreeGrid fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui TreeGrid fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.ui TreeGrid.

The text is from its open source code.

Constructor

TreeGrid(Class beanType)
Creates a new TreeGrid that uses reflection based on the provided bean type to automatically set up an initial set of columns.
TreeGrid(HierarchicalDataProvider dataProvider)
Creates a new TreeGrid using the given HierarchicalDataProvider , without support for creating columns based on property names.
TreeGrid(HierarchicalDataCommunicator dataCommunicator)
Creates a new TreeGrid with the given data communicator and without support for creating columns based on property names.
TreeGrid()
Creates a new TreeGrid without support for creating columns based on property names.

Method

RegistrationaddCollapseListener(CollapseListener listener)
Adds a CollapseListener to this TreeGrid.
RegistrationaddExpandListener(ExpandListener listener)
Adds an ExpandListener to this TreeGrid.
voidexpand(T... items)
Expands the given items.
voidexpand(Collection items)
Expands the given items.
voidsetItemCollapseAllowedProvider(ItemCollapseAllowedProvider provider)
Sets the item collapse allowed provider for this TreeGrid.