List of usage examples for com.vaadin.ui VerticalLayout subclass-usage
From source file ch.bfh.ti.soed.hs16.srs.black.view.reservationView.ReservationView.java
public class ReservationView extends VerticalLayout implements View { public static final String NAME = "reservation"; private ReservationMakeView reservationMakeView; private ReservationTableView reservationTableView;
From source file ch.bfh.ti.soed.hs16.srs.white.view.subviews.VerticalMenu.java
/** * Created by arauzca on 24.12.16. */ public class VerticalMenu extends VerticalLayout { public void addMenuItem(CustomMenuItem menuItem) { this.addComponent(menuItem);
From source file ch.wscr.management.ui.view.MemberView.java
/** * Created by marco on 09.07.15. */ @SpringView(name = MemberView.VIEW_NAME) public class MemberView extends VerticalLayout implements View {
From source file cirad.cgh.vcf2fasta.view.Vcf2fastaForm.java
public class Vcf2fastaForm extends VerticalLayout implements View { public static final String ANALYSIS = "analysis"; public static final String ANALYSIS_CAPTION = "Analysis"; public static final String ACCESSION = "accession";
From source file com.adonis.ui.vehicles.VehiclesCrudView.java
/** * Created by oksdud on 06.04.2017. */ public class VehiclesCrudView extends VerticalLayout implements View { public static final String NAME = "VEHICLES VIEW";
From source file com.anphat.list.ui.RolesSearchPanel.java
/** * * @author QuyenDM */ public class RolesSearchPanel extends VerticalLayout {
From source file com.anphat.list.ui.TreeObjects.java
/** * * @author quyen */ public class TreeObjects extends VerticalLayout {
From source file com.anthony.views.AccessDeniedView.java
/**
* View that is shown when the user attempts to access a restricted view.
*
* @author Petter Holmstrm (petter@vaadin.com)
*/
@SpringComponent
From source file com.antonjohansson.lprs.view.ErrorView.java
/** * View for showing validation errors. */ class ErrorView extends VerticalLayout { private final Layout layout = layout();
From source file com.antonjohansson.lprs.view.ServiceView.java
/** * The view of the service. */ class ServiceView extends VerticalLayout { private static final float STANDARD_WIDTH = 18.9F;