List of usage examples for com.vaadin.ui VerticalLayout subclass-usage
From source file com.mycompany.views.SecondView.java
/** * * @author opiframe */ public class SecondView extends VerticalLayout implements View {
From source file com.nfl.dm.clubsites.cms.articles.subapp.articleeditor.umbrellacontent.UmbrellaContentPreview.java
/**
* Created with IntelliJ IDEA.
* User: sasha
* Date: 23/12/13
* Time: 12:25
* To change this template use File | Settings | File Templates.
From source file com.ocs.dynamo.ui.component.DefaultVerticalLayout.java
/** * Default vertical layout - provides convenience constructor for setting the margin and the spacing * * @author bas.rutten */ public class DefaultVerticalLayout extends VerticalLayout {
From source file com.openhris.administrator.SpecialAccessControl.java
/** * * @author jetdario */ public class SpecialAccessControl extends VerticalLayout {
From source file com.openhris.calendar.SchedulerMainUI.java
/** * * @author jetdario */ public class SchedulerMainUI extends VerticalLayout {
From source file com.openhris.commons.reports.AdvancesReport.java
/** * * @author jetdario */ public class AdvancesReport extends VerticalLayout {
From source file com.openhris.employee.allowance.EmployeeAllowanceInformation.java
/** * * @author jetdario */ public class EmployeeAllowanceInformation extends VerticalLayout {
From source file com.openhris.employee.EmployeeAddress.java
/** * * @author jetdario */ public class EmployeeAddress extends VerticalLayout {
From source file com.openhris.employee.EmployeeCharacterReference.java
/** * * @author jetdario */ public class EmployeeCharacterReference extends VerticalLayout {
From source file com.openhris.employee.EmployeeInformationUI.java
/** * * @author jet */ public class EmployeeInformationUI extends VerticalLayout {