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 com.hybridbpm.ui.view.DocumentView.java

@DesignRoot
@SuppressWarnings("serial")
public final class DocumentView extends AbstractView
        implements View, Button.ClickListener, Window.CloseListener, TabSheet.SelectedTabChangeListener {

    public static final String VIEW_URL = DashboardConstant.VIEW_URL_DOCUMENT;

From source file com.hybridbpm.ui.view.ErrorView.java

@DesignRoot
@SuppressWarnings("serial")
public final class ErrorView extends AbstractView implements View {

    public static final String VIEW_URL = DashboardConstant.VIEW_URL_ERROR;
    public static final String TITLE = Translate.getMessage("page-not-found");

From source file com.hybridbpm.ui.view.TaskListView.java

@DesignRoot
@SuppressWarnings("serial")
public final class TaskListView extends AbstractView
        implements View, Button.ClickListener, TabSheet.SelectedTabChangeListener, TabSheet.CloseHandler {

    public static final String VIEW_URL = DashboardConstant.VIEW_URL_TASKS;

From source file com.klwork.explorer.ui.main.views.AuthenticatedView.java

/**
 * The Class AuthenticatedView.
 */
@Component
@Scope("prototype")
@VaadinView(AuthenticatedView.NAME)

From source file com.klwork.explorer.ui.main.views.GuestView.java

/**
 * The Class GuestView.
 */
@Component
@Scope("prototype")
@VaadinView(GuestView.NAME)

From source file com.klwork.explorer.ui.main.views.MainView.java

/**
 * The Class MainView.
 */
@Component
@Scope("prototype")
@VaadinView(value = MainView.NAME, cached = true)

From source file com.klwork.explorer.ui.main.views.RoleAdminView.java

/**
 * The Class RoleAdminView.
 */
@Component
@Scope("prototype")
@VaadinView(RoleAdminView.NAME)

From source file com.klwork.explorer.ui.main.views.RoleUserView.java

/**
 * The Class RoleUserView.
 */
@Component
@Scope("prototype")
@VaadinView(RoleUserView.NAME)

From source file com.klwork.explorer.ui.main.views.SampleMainView.java

/**
 * The Class MainView.
 */
@Component
@Scope("prototype")
@VaadinView(SampleMainView.NAME)

From source file com.klwork.explorer.ui.main.views.SocialView.java

/**
 * The Class SocialView.
 */
@org.springframework.stereotype.Component
@Scope("prototype")
@Theme(ExplorerLayout.THEME)