List of usage examples for com.vaadin.ui Tree interface-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<>();