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

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

Introduction

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

Usage

From source file com.peergreen.webconsole.scope.deployment.internal.components.ExceptionView.java

/**
 * @author Mohammed Boukada
 */
public class ExceptionView extends VerticalLayout {

    private ArtifactErrorDetail artifactErrorDetail;

From source file com.peergreen.webconsole.scope.deployment.internal.container.AbstractDeployableContainer.java

/**
 * @author Mohammed Boukada
 */
public abstract class AbstractDeployableContainer extends VerticalLayout implements DeployableContainer {
    public static final String DEPLOYABLE_NAME = "Deployables";
    public static final String MVN_GROUP_ID = "g";

From source file com.peergreen.webconsole.scope.deployment.internal.deployable.repository.RepositoryEntry.java

/**
 * @author Mohammed Boukada
 */
public class RepositoryEntry extends VerticalLayout {

    private Repository repository;

From source file com.peergreen.webconsole.scope.deployment.internal.DeploymentScope.java

/**
 * @author Mohammed Boukada
 */
@Extension
@ExtensionPoint("com.peergreen.webconsole.scope")
@Scope(name = "deployment", domains = "peergreen.admin", iconClass = "icon-deployment")

From source file com.peergreen.webconsole.scope.home.FrameView.java

/**
 * @author Mohammed Boukada
 */
public class FrameView extends VerticalLayout {

    private Button next;

From source file com.peergreen.webconsole.scope.home.HomeScope.java

/**
 * Home scope
 *
 * @author Mohammed Boukada
 */
@Extension

From source file com.peergreen.webconsole.scope.logs.LogsScope.java

/**
 * @author Florent Benoit
 */
@Extension
@ExtensionPoint("com.peergreen.webconsole.scope")
@Scope(name = "logs", domains = "peergreen.admin", iconClass = "icon-chat")

From source file com.peergreen.webconsole.scope.system.internal.bundle.BundleTab.java

/**
 * User: guillaume
 * Date: 22/07/13
 * Time: 12:02
 */
public class BundleTab extends VerticalLayout {

From source file com.peergreen.webconsole.scope.system.internal.bundle.BundleView.java

/**
 * @author Mohammed Boukada
 */
@Extension
@ExtensionPoint("com.peergreen.webconsole.scope.system.internal.SystemScope.tab")
@Navigable("/bundles")

From source file com.peergreen.webconsole.scope.system.internal.bundle.ui.FilteredPackageTable.java

/**
 * User: guillaume
 * Date: 23/07/13
 * Time: 09:31
 */
public class FilteredPackageTable extends VerticalLayout {