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 org.lucidj.containertree.ContainerTreeRenderer.java

public class ContainerTreeRenderer extends Tree implements Renderer, ItemClickEvent.ItemClickListener {
    private final static Logger log = LoggerFactory.getLogger(ContainerTreeRenderer.class);

    private Object object;
    private Container source;

From source file org.lucidj.pathrenderer.PathRenderer.java

public class PathRenderer extends Tree implements Renderer, ItemClickEvent.ItemClickListener {
    private final static Logger log = LoggerFactory.getLogger(PathRenderer.class);

    private Path source;

    private IconHelper iconHelper;

From source file org.opencms.ui.components.fileselect.CmsResourceTree.java

/**
 * Tree subclass used to display VFS resource trees.<p>
 */
public class CmsResourceTree extends Tree {

    /** Serial version id. */

From source file org.opennms.features.jmxconfiggenerator.webui.ui.mbeans.MBeansTree.java

/**
 *
 * @author Markus von Rden
 */
class MBeansTree extends Tree implements ModelChangeListener<UiModel>, ViewStateChangedListener, Action.Handler {

From source file org.opennms.features.topology.app.internal.VertexSelectionTree.java

@SuppressWarnings({ "serial" })
public class VertexSelectionTree extends Tree implements SelectionListener {

    private final String m_title;
    private final GraphContainer m_graphContainer;

From source file org.opennms.features.topology.plugins.ncs.SelectionTree.java

@SuppressWarnings({ "serial", "unchecked" })
public abstract class SelectionTree extends Tree {

    private static class TreeItemClickTracker {

        private Object m_clickedItemId;

From source file org.opennms.features.vaadin.jmxconfiggenerator.ui.mbeans.MBeansTree.java

/**
 *
 * @author Markus von Rden
 */
class MBeansTree extends Tree implements Action.Handler {

From source file pl.exsio.frameset.vaadin.navigation.menu.TreeMenu.java

/**
 *
 * @author exsio
 */
public class TreeMenu extends Tree implements InteractiveMenu {

From source file se.natusoft.osgi.aps.tools.web.vaadin.components.menutree.MenuTree.java

/**
 * This is a semi advanced menu tree component.
 *
 * You add 'MenuBuilder's to provide the menu contents. The builders also provide actions for when
 * a menu entry is accessed.
 */

From source file uk.co.q3c.v7.base.view.component.UserNavigationTree.java

/**
 * A navigation tree for users to find their way around the site. Uses {@link Sitemap} as the site structure. This is
 * naturally a {@link UIScoped} class, as it makes sense for one instance to be in use per browser tab
 * 
 * @author David Sowerby 17 May 2013
 *