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 org.adho.dhconvalidator.ui.PaperSelectionPanel.java

/**
 * A panel that displays the available papers for template generation.
 *
 * @author marco.petris@web.de
 */
public class PaperSelectionPanel extends CenterPanel implements View {

From source file org.adho.dhconvalidator.ui.ServiceSelectionPanel.java

/**
 * A panel that lets the user select the service to use.
 *
 * @author marco.petris@web.de
 */
public class ServiceSelectionPanel extends CenterPanel implements View {

From source file org.apache.openaz.xacml.admin.XacmlAdminConsole.java

public class XacmlAdminConsole extends CustomComponent implements View {
    private static final long serialVersionUID = 1L;
    @AutoGenerated
    private VerticalLayout mainLayout;
    @AutoGenerated
    private Label labelCopyright;

From source file org.apache.openaz.xacml.admin.XacmlErrorHandler.java

public class XacmlErrorHandler extends CustomComponent implements View {

    @AutoGenerated
    private VerticalLayout mainLayout;

    @AutoGenerated

From source file org.apache.tamaya.events.ui.EventView.java

/**
 * Tamaya View for observing the current event stream.
 */
public class EventView extends VerticalSpacedLayout implements View {

    /**

From source file org.apache.tamaya.mutableconfig.ui.ConfigUpdaterView.java

/**
 * Tamaya UI view to change configuration.
 */
public class ConfigUpdaterView extends VerticalSpacedLayout implements View {

    /**

From source file org.apache.tamaya.ui.events.EventView.java

/**
 * Tamaya View for observing the current event stream.
 */
public class EventView extends VerticalSpacedLayout implements View {

    /**

From source file org.apache.tamaya.ui.mutableconfig.ConfigUpdaterView.java

/**
 * Tamaya UI view to change configuration.
 */
public class ConfigUpdaterView extends VerticalSpacedLayout implements View {

    /**

From source file org.apache.tamaya.ui.views.ConfigView.java

/**
 * View for evaluating the current convifugration configArea.
 */
@Priority(10)
public class ConfigView extends VerticalSpacedLayout implements View {

From source file org.apache.tamaya.ui.views.ErrorView.java

/**
 * View used for shoiwing unexpected errors.
 */
public class ErrorView extends VerticalLayout implements View {

    @Override