Example usage for com.vaadin.v7.client.ui VTree subclass-usage

List of usage examples for com.vaadin.v7.client.ui VTree subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.v7.client.ui VTree subclass-usage.

Usage

From source file com.haulmont.cuba.web.widgets.client.tree.CubaTreeWidget.java

public class CubaTreeWidget extends VTree implements ShortcutActionHandler.ShortcutActionHandlerOwner {

    protected ShortcutActionHandler shortcutHandler;

    protected boolean doubleClickHandling = false;