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

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

Introduction

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

Usage

From source file de.decidr.ui.view.RegistrationComponent.java

/**
 * Here the user can choose if he wants to register a new user or a new tenant
 * and user.
 * 
 * @author Geoffrey-Alexeij Heinze
 */

From source file de.decidr.ui.view.SiteFrame.java

/**
 * This site frame is a template for the DecidR application. Several components
 * can be added to this site frame. It is the structure of the DecidR
 * application. Components like the header, the horizontal navigation menu, the
 * vertical navigation menu and the content can be placed into this site frame.
 * <p>

From source file de.decidr.ui.view.SystemSettingsComponent.java

/**
 * The user can change the system settings.
 * 
 * @author AT
 */
@Reviewed(reviewers = { "TK", "JS", "RR" }, lastRevision = "0", currentReviewState = State.NeedsReview)

From source file de.decidr.ui.view.TenantSettingsComponent.java

/**
 * The tenant can change his settings. He can change his theme by choosing a
 * given background or font or he can enter his own CSS and upload it.
 * 
 * @author AT
 */

From source file de.decidr.ui.view.TermsOfServiceWindow.java

/**
 * The terms of service are represented in this component.
 * 
 * @author Geoffrey-Alexeij Heinze
 */
@Reviewed(reviewers = { "TK", "JS" }, lastRevision = "0", currentReviewState = State.NeedsReview)

From source file de.decidr.ui.view.UploadComponent.java

/**
 * This component provides an upload field to upload data for the work item the
 * user works on. If a file is uploaded, the component is changed into a text
 * field and a button, so the user can delete the last file he uploaded.
 * 
 * @author AT

From source file de.decidr.ui.view.WelcomePageComponent.java

/**
 * Represents the welcome page according to a specific tenant which is stored in
 * the session.
 * 
 * @author Geoffrey-Alexeij Heinze
 */

From source file de.decidr.ui.view.WorkflowInstanceComponent.java

/**
 * In this component all workflow instances are represented. These instances are
 * the running workflow instances and the completed workflow instance. They are
 * represented in tables.
 * 
 * @author AT

From source file de.escidoc.admintool.view.admintask.AbstractAdminTaskView.java

public abstract class AbstractAdminTaskView extends CustomComponent {

    private static final long serialVersionUID = 2712816510873244813L;

    protected ServiceContainer services;

From source file de.escidoc.admintool.view.admintask.AbstractCustomView.java

public abstract class AbstractCustomView extends CustomComponent {
    private static final long serialVersionUID = -1351048887772117350L;

    private final VerticalLayout viewLayout = new VerticalLayout();

    public AbstractCustomView() {