List of usage examples for com.vaadin.ui VerticalLayout subclass-usage
From source file com.fnc.valo.ColorPickers.java
public class ColorPickers extends VerticalLayout implements View { public ColorPickers() { setMargin(true); Label h1 = new Label("Color Pickers"); h1.addStyleName("h1");
From source file com.fnc.valo.ComboBoxes.java
public class ComboBoxes extends VerticalLayout implements View { public ComboBoxes() { setMargin(true); Label h1 = new Label("Combo Boxes"); h1.addStyleName("h1");
From source file com.fnc.valo.CommonParts.java
public class CommonParts extends VerticalLayout implements View { public CommonParts() { setMargin(true); addStyleName("content-common"); Label h1 = new Label("Common UI Elements");
From source file com.fnc.valo.DateFields.java
public class DateFields extends VerticalLayout implements View { public DateFields() { setMargin(true); Label h1 = new Label("Date Fields"); h1.addStyleName("h1");
From source file com.fnc.valo.Dragging.java
/** * * @since * @author Vaadin Ltd */ public class Dragging extends VerticalLayout implements View {
From source file com.fnc.valo.Forms.java
/** * * @since * @author Vaadin Ltd */ public class Forms extends VerticalLayout implements View {
From source file com.fnc.valo.Labels.java
/** * * @since * @author Vaadin Ltd */ public class Labels extends VerticalLayout implements View {
From source file com.fnc.valo.MenuBars.java
public class MenuBars extends VerticalLayout implements View { public MenuBars() { setMargin(true); setSpacing(true); Label h1 = new Label("Menu Bars");
From source file com.fnc.valo.NativeSelects.java
public class NativeSelects extends VerticalLayout implements View { public NativeSelects() { setMargin(true); Label h1 = new Label("Selects"); h1.addStyleName("h1");
From source file com.fnc.valo.Panels.java
public class Panels extends VerticalLayout implements View { public Panels() { setMargin(true); Label h1 = new Label("Panels & Layout panels"); h1.addStyleName("h1");