Example usage for com.vaadin.navigator View interface-usage

List of usage examples for com.vaadin.navigator View interface-usage

Introduction

In this page you can find the example usage for com.vaadin.navigator View interface-usage.

Usage

From source file annis.gui.AdminView.java

/**
 *
 * @author Thomas Krause <krauseto@hu-berlin.de>
 */
public class AdminView extends VerticalLayout
        implements View, UIView, LoginListener, TabSheet.SelectedTabChangeListener, WebResourceProvider {

From source file annis.gui.SearchView.java

/**
 * The view which shows the search interface.
 *
 * @author Thomas Krause <krauseto@hu-berlin.de>
 */
public class SearchView extends GridLayout implements View, MimeTypeErrorListener, Page.UriFragmentChangedListener,

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

public class LogView extends Label implements View {
    private File file;

    public LogView(File file) {
        this.file = file;
        setContentMode(ContentMode.PREFORMATTED);

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.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.reisisoft.jku.ce.adaptivelearning.vaadin.ui.LogView.java

public class LogView extends Label implements View {
    private File file;

    public LogView(File file) {
        this.file = file;
        setContentMode(ContentMode.PREFORMATTED);

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

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);