List of usage examples for com.vaadin.ui VerticalLayout subclass-usage
From source file com.save.views.DashboardView.java
/** * * @author jetdario */ public class DashboardView extends VerticalLayout implements View {
From source file com.save.views.EmployeeDIView.java
/** * * @author jetdario */ public class EmployeeDIView extends VerticalLayout implements View {
From source file com.save.views.EmployeeMRView.java
/** * * @author jetdario */ public class EmployeeMRView extends VerticalLayout implements View {
From source file com.save.views.EmployeeRLView.java
/** * * @author jetdario */ public class EmployeeRLView extends VerticalLayout implements View {
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.skysql.manager.ui.AboutSettings.java
/** * The Class AboutSettings is used for the About panel of the Settings dialog. */ public class AboutSettings extends VerticalLayout implements Window.CloseListener { private static final long serialVersionUID = 0x4C656F6E6172646FL;