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.save.views.EmployeesView.java

/**
 *
 * @author jetdario
 */
public class EmployeesView extends VerticalLayout implements View {

From source file com.save.views.MaintenanceReportView.java

/**
 *
 * @author jetdario
 */
public class MaintenanceReportView extends VerticalLayout implements View {

From source file com.save.views.PromoDealsReportView.java

/**
 *
 * @author jetdario
 */
public class PromoDealsReportView extends VerticalLayout implements View {

From source file com.save.views.ReimbursementReportView.java

/**
 *
 * @author jetdario
 */
public class ReimbursementReportView extends VerticalLayout implements View {

From source file com.scipionyx.butterflyeffect.frontend.configuration.ui.view.AccessControlView.java

/**
 * A view that demonstrates how
 * {@link com.vaadin.spring.access.ViewAccessControl}s can be used to control
 * access to views. In this example, the access delegate is the UI scoped view,
 * but you can also use e.g. singleton access delegates.
 *

From source file com.selzlein.lojavirtual.vaadin.core.AppView.java

/**
 * Base class for application views.
 * @author mhi
 */
public abstract class AppView extends CustomComponent implements View {

From source file com.snowy.Login.java

/**
 *
 * @author snowyowl
 */
@SpringView(name = "")
public class Login extends VerticalLayout implements View {

From source file com.snowy.PostLoginView.java

/**
 *
 * @author snowyowl
 */
@SpringView(name = "main")
@Theme("valo")

From source file com.squadd.views.PrimaryView.java

/**
 *
 * @author SharkNado
 */
public class PrimaryView extends FormLayout implements View {

From source file com.trender.user.AddEditStudyView.java

/**
 *
 * @author Vladimir
 */
@SpringView(name = AddEditStudyView.ADD_EDIT_STUDY_VIEW_NAME)
public class AddEditStudyView extends CustomComponent implements View, WizardProgressListener {