Example usage for com.vaadin.ui Tree interface-usage

List of usage examples for com.vaadin.ui Tree interface-usage

Introduction

In this page you can find the example usage for com.vaadin.ui Tree interface-usage.

Usage

From source file com.haulmont.cuba.web.gui.components.WebAbstractTree.java

public abstract class WebAbstractTree<T extends CubaTree, E extends Entity> extends WebAbstractList<T, E>
        implements Tree<E> {

    private static final String HAS_TOP_PANEL_STYLENAME = "has-top-panel";
    // Style names used by tree itself
    protected List<String> internalStyles = new ArrayList<>();