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 annis.gui.tutorial.TutorialPanel.java

/**
 *
 * @author thomas
 */
public class TutorialPanel extends VerticalLayout {

From source file at.jku.ce.adaptivetesting.topic.accounting.ProfitQuestion.java

public class ProfitQuestion extends VerticalLayout implements IQuestion<ProfitDataStorage> {

    private static final long serialVersionUID = 6373936654529246422L;
    private ProfitDataStorage solution;
    private float difficulty = 0;
    private ComboBox answerSelector;

From source file at.jku.ce.adaptivetesting.vaadin.ui.MainUI.java

public class MainUI extends VerticalLayout implements View {

    private static final long serialVersionUID = 4966805861748123750L;

    public MainUI() {
        // Make the web-app large

From source file at.jku.ce.adaptivetesting.vaadin.ui.MockQuestion.java

public abstract class MockQuestion<Question extends IQuestion<T> & Component, T extends AnswerStorage>
        extends VerticalLayout implements IQuestion<T> {

    private static final long serialVersionUID = 8387557147527424813L;
    private final Question question;
    private String questionText;

From source file at.jku.ce.adaptivetesting.vaadin.ui.QuestionManager.java

public abstract class QuestionManager extends VerticalLayout
        implements ICurrentQuestionChangeListener, IResultFiredListener, View {

    private static final long serialVersionUID = -4764723794449575244L;
    private SingleComponentLayout questionHolder = new SingleComponentLayout();
    private IEngine iEngine;

From source file at.jku.ce.adaptivetesting.vaadin.ui.VaadinResultView.java

public class VaadinResultView extends VerticalLayout implements View, IResultView {

    private static final long serialVersionUID = -6619938011293967055L;

    public VaadinResultView(ResultFiredArgs args, String title) {
        setSpacing(true);

From source file at.peppol.webgui.app.components.InvoiceUploadWindow.java

@SuppressWarnings("serial")
public class InvoiceUploadWindow extends VerticalLayout implements Upload.Receiver {

    private static final Logger logger = LoggerFactory.getLogger(InvoiceUploadWindow.class);
    private final Window subwindow;
    private final Label status = new Label("Please select a file to upload");

From source file at.peppol.webgui.app.components.OrderUploadWindow.java

@SuppressWarnings("serial")
public class OrderUploadWindow extends VerticalLayout implements Upload.Receiver {
    private static final Logger logger = LoggerFactory.getLogger(OrderUploadWindow.class);
    private final Window subwindow;
    private final Label status = new Label("Please select a file to upload");
    private final ProgressIndicator pi = new ProgressIndicator();

From source file at.reisisoft.jku.ce.adaptivelearning.topic.accounting.ProfitQuestion.java

public class ProfitQuestion extends VerticalLayout implements IQuestion<ProfitDataStorage> {

    private static final long serialVersionUID = 6373936654529246422L;
    private ProfitDataStorage solution;
    private float difficulty = 0;
    private ComboBox answerSelector;

From source file at.reisisoft.jku.ce.adaptivelearning.vaadin.ui.MainUI.java

public class MainUI extends VerticalLayout implements View {

    private static final long serialVersionUID = 4966805861748123750L;

    public MainUI() {
        // Make the web-app large