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 at.reisisoft.jku.ce.adaptivelearning.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.reisisoft.jku.ce.adaptivelearning.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.reisisoft.jku.ce.adaptivelearning.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 br.com.anteros.mobileserver.app.form.ActionForm.java

public class ActionForm extends VerticalLayout implements ClickListener {
    private TextField fldId;
    private TextField fldName;
    private TextField fldDescription;
    private Form actionForm;
    private HorizontalLayout buttons;

From source file br.com.anteros.mobileserver.app.form.ApplicationForm.java

@SuppressWarnings("serial")
public class ApplicationForm extends VerticalLayout implements ClickListener {

    private TextField fldId;
    private TextField fldName;
    private TextField fldDescription;

From source file br.com.anteros.mobileserver.app.form.ExecuteForm.java

@SuppressWarnings("serial")
public class ExecuteForm extends VerticalLayout implements ValueChangeListener {

    private ActionSynchronism actionSynchronism;
    private Panel panelForm;
    private Form executeForm;

From source file br.com.anteros.mobileserver.app.form.FieldForm.java

public class FieldForm extends VerticalLayout implements ClickListener {

    private TextField fldId;
    private TextField fldName;
    private TextField fldDescription;
    private TextField fldSQLFieldName;

From source file br.com.anteros.mobileserver.app.form.LogForm.java

public class LogForm extends VerticalLayout implements Button.ClickListener {

    private MobileServerApplication app;
    private VerticalLayout header;
    private Label textLog;
    private Panel textPanel;

From source file br.com.anteros.mobileserver.app.form.ParameterForm.java

public class ParameterForm extends VerticalLayout implements ClickListener {

    private TextField fldId;
    private TextField fldName;
    private TextField fldDescription;
    private ComboBox fldParameterDataType;

From source file br.com.anteros.mobileserver.app.form.ProcedureForm.java

@SuppressWarnings("serial")
public class ProcedureForm extends VerticalLayout implements ValueChangeListener, Button.ClickListener {

    private TextField fldId;
    private ComboBox fldName;
    private TextField fldDescription;