List of usage examples for com.vaadin.ui VerticalLayout subclass-usage
From source file com.logicbomb.newschool.MyAppWidgetSet.core.DayWidget.java
/** * * @author Rajat */ public class DayWidget extends VerticalLayout {
From source file com.logicbomb.newschool.MyAppWidgetSet.core.UserDetailsWidgetOld.java
/** * * @author Rajat */ @Theme("mytheme") @Widgetset("com.logicbomb.newschool.MyAppWidgetset")
From source file com.logicbomb.newschool.MyAppWidgetSet.LoginWidget.java
/** * * @author 739335 */ public class LoginWidget extends VerticalLayout {
From source file com.logicbomb.newschool.MyAppWidgetSet.MenuWidget.java
/** * * @author 739335 */ public class MenuWidget extends VerticalLayout {
From source file com.logicbomb.newschool.pages.masterpages.SliderMasterPage.java
/** * Extend this class and put any components in the extended class and use it. * @author Rajat */ public class SliderMasterPage extends VerticalLayout {
From source file com.m1kah.ui.TodoComponent.java
public class TodoComponent extends VerticalLayout { private TextField inputField; private VerticalLayout todosLayout; private Label itemsLeftLabel; private OptionGroup filterOptionGroup; private Button clearCompletedButton;
From source file com.mcparland.john.AligningDemo.java
/**
* Demo of component alignment.
*
* @author John McParland
*
*/
From source file com.mcparland.john.OrdersView.java
/**
* View to display orders.
*
* @author John McParland
*
*/
From source file com.mcparland.john.vaadin_mvn_arch.samples.about.AboutView.java
public class AboutView extends VerticalLayout implements View { /** * The serialVersionUID. */ private static final long serialVersionUID = 1L;
From source file com.mcparland.john.vaadin_mvn_arch.samples.ErrorView.java
/**
* View shown when trying to navigate to a view that does not exist using
* {@link com.vaadin.navigator.Navigator}.
*
*
*/