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.mcparland.john.WelcomeView.java

/**
 * A view which displays a friendly name.
 * 
 * @author John McParland
 * 
 */

From source file com.mechanicshop.components.MaintenanceLayout.java

@SpringComponent
@UIScope
public class MaintenanceLayout extends VerticalLayout {

    @Autowired
    ConnectionPool connectionPool;

From source file com.mechanicshop.components.TableLayout.java

@SpringComponent
@UIScope
public class TableLayout extends VerticalLayout {

    @Autowired
    SearchService searchService;

From source file com.morevaadin.vaadin7.navigation.ViewLayout.java

@SuppressWarnings("serial")
public class ViewLayout extends VerticalLayout implements View {

    public ViewLayout(String text) {

        addComponent(new Label(text));

From source file com.mycollab.mobile.module.project.view.message.MessageCommentListDisplay.java

/**
 * @author MyCollab Ltd.
 * @since 4.4.0
 */
public class MessageCommentListDisplay extends VerticalLayout implements ReloadableComponent {
    private static final long serialVersionUID = 1L;

From source file com.mycollab.mobile.ui.AbstractMobileMainView.java

/**
 * @author MyCollab Ltd.
 * @since 1.0
 */
public abstract class AbstractMobileMainView extends VerticalLayout implements PageView, Serializable {
    private static final long serialVersionUID = 1L;

From source file com.mycollab.module.project.ui.components.AbstractPreviewItemComp.java

/**
 * @author MyCollab Ltd.
 * @since 4.3.3
 */
public abstract class AbstractPreviewItemComp<B> extends VerticalLayout implements PageView {
    private static final long serialVersionUID = 1L;

From source file com.mycollab.module.project.ui.components.ProjectListNoItemView.java

/**
 * @author MyCollab Ltd.
 * @since 5.0.0
 */
public abstract class ProjectListNoItemView extends VerticalLayout {
    public ProjectListNoItemView() {

From source file com.mycollab.vaadin.ui.FormContainer.java

/**
 * @author MyCollab Ltd
 * @since 5.2.2
 */
public class FormContainer extends VerticalLayout {
    public FormContainer() {

From source file com.mycollab.vaadin.web.ui.AbstractBeanBlockList.java

/**
 * @param <S>
 * @param <T>
 * @author MyCollab Ltd.
 * @since 4.0
 */