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 adminviews.MCCView.java

public class MCCView extends VerticalLayout implements IRegistrationView, IRegistrationController {
    /**
     * 
     */
    private static final long serialVersionUID = 5542816061866018937L;

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.components.FrequencyChart.java

/**
 *
 * @author Thomas Krause <krauseto@hu-berlin.de>
 */
public class FrequencyChart extends VerticalLayout {

From source file annis.gui.components.NavigateableSinglePage.java

/**
 * Embedds a single HTML page and adds navigation to it's headers (if they have
 * an id).
 *
 * This is e.g. usefull for documentation.
 *

From source file annis.gui.components.StatefulBrowserComponent.java

/**
 * Embedds a single HTML page and adds navigation to it's headers (if they have
 * an id).
 *
 * This is e.g. useful for documentation.
 *

From source file annis.gui.controlpanel.ControlPanel.java

/**
 * This panel allows the user to control and execute queries.
 *
 * @author Thomas Krause <krauseto@hu-berlin.de>
 */
public class ControlPanel extends VerticalLayout {

From source file annis.gui.controlpanel.CorpusListPanel.java

/**
 *
 * @author thomas
 */
public class CorpusListPanel extends VerticalLayout implements AbstractSelect.NewItemHandler, Action.Handler {

From source file annis.gui.frequency.FrequencyQueryPanel.java

/**
 *
 * @author Thomas Krause <krauseto@hu-berlin.de>
 */
public class FrequencyQueryPanel extends VerticalLayout implements Serializable, FieldEvents.TextChangeListener {

From source file annis.gui.frequency.FrequencyResultPanel.java

/**
 *
 * @author Thomas Krause <krauseto@hu-berlin.de>
 */
public class FrequencyResultPanel extends VerticalLayout {
    private static final org.slf4j.Logger log = LoggerFactory.getLogger(FrequencyResultPanel.class);

From source file annis.gui.resultview.ResultViewPanel.java

/**
 *
 * @author thomas
 */
public class ResultViewPanel extends VerticalLayout implements OnLoadCallbackExtension.Callback {