List of usage examples for com.vaadin.ui VerticalLayout subclass-usage
From source file com.mycollab.vaadin.web.ui.AbstractBeanPagedList.java
/** * @author MyCollab Ltd. * @since 2.0 */ public abstract class AbstractBeanPagedList<T> extends VerticalLayout implements HasPagableHandlers, IBeanList<T> { private static final long serialVersionUID = 1L;
From source file com.mycollab.vaadin.web.ui.AbstractPreviewItemComp.java
/** * @author MyCollab Ltd. * @since 4.3.3 */ public abstract class AbstractPreviewItemComp<B> extends VerticalLayout implements PageView { private static final long serialVersionUID = 1L;
From source file com.mycollab.vaadin.web.ui.AddViewLayout2.java
/** * @author MyCollab Ltd. * @since 2.0 */ public class AddViewLayout2 extends VerticalLayout { private static final long serialVersionUID = 1L;
From source file com.mycollab.vaadin.web.ui.MassUpdateLayout.java
/** * @author MyCollab Ltd. * @since 2.0 */ public class MassUpdateLayout extends VerticalLayout { private static final long serialVersionUID = 1L;
From source file com.mycollab.vaadin.web.ui.StyleCalendarExp.java
/** * @author MyCollab Ltd. * @since 2.0 */ public class StyleCalendarExp extends VerticalLayout { private List<Date> selectedDateList = new ArrayList<>();
From source file com.mycollab.vaadin.web.ui.table.AbstractPagedBeanTable.java
/**
* @param <S>
* @param <B>
* @author MyCollab Ltd.
* @since 2.0
*/
From source file com.mycompany.exodious.login.java
/** * * @author damir */ public class login extends VerticalLayout implements View {
From source file com.mycompany.perfectphone.start.java
/** * * @author daxdax89 */ class start extends VerticalLayout implements View {
From source file com.mycompany.vaadinviews.MyVerticalLayout.java
/** * * @author robertsp */ public class MyVerticalLayout extends VerticalLayout implements View {
From source file com.mycompany.views.FirstView.java
/** * * @author opiframe */ public class FirstView extends VerticalLayout implements View {