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

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

Introduction

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

Usage

From source file org.sensorhub.ui.api.IModuleAdminPanel.java

/**
 * <p>
 * Interface for all UI panels used to interact with modules
 * </p>
 *
 * @author Alex Robin <alex.robin@sensiasoftware.com>

From source file org.sensorhub.ui.api.IModuleConfigForm.java

/**
 * <p>
 * Interface for all UI forms used to configure modules
 * </p>
 *
 * @author Alex Robin <alex.robin@sensiasoftware.com>

From source file org.vaadin.viritin.fluency.ui.FluentComponentContainer.java

/**
 * A {@link ComponentContainer} complemented by fluent setters.
 * 
 * @author Max Schuster
 * @param <S>
 *            Self-referential generic type

From source file pl.alburnus.testcaseapp.AddressBookMainView.java

public class AddressBookMainView extends HorizontalSplitPanel implements ComponentContainer {

    private Tree groupTree;

    private Table personTable;

From source file pl.exsio.frameset.vaadin.navigation.target.ComponentContainerNavigationTarget.java

/**
 *
 * @author exsio
 */
public interface ComponentContainerNavigationTarget extends ComponentContainer, NavigationTarget {

From source file pl.exsio.frameset.vaadin.ui.Viewport.java

/**
 *
 * @author exsio
 */
public interface Viewport extends ComponentContainer {

From source file pt.ist.vaadinframework.ui.EmbeddedComponentContainer.java

/**
 * Interface for {@link ComponentContainer}s that can serve as embedded
 * components in {@link EmbeddedApplication} settings.
 * 
 * @author Pedro Santos (pedro.miguel.santos@ist.utl.pt)
 * @version 1.0