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

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

Introduction

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

Usage

From source file uk.q3c.krail.core.view.component.DefaultUserNavigationTree.java

/**
 * A navigation tree for users to find their way around the site. Uses {@link UserSitemap} to provide the structure
 * which in turn provides a view on {@link MasterSitemap} filtered for the current user's selection of locale and
 * authorised pages. Although this seems naturally to be a {@link UIScoped} class it is not currently possible to have
 * a
 * UIScoped Component (see https://github.com/davidsowerby/krail/issues/177)