List of usage examples for com.vaadin.ui VerticalLayout subclass-usage
From source file com.esofthead.mycollab.vaadin.ui.MassUpdateLayout.java
/**
*
* @author MyCollab Ltd.
* @since 2.0
*
*/
From source file com.esofthead.mycollab.vaadin.ui.StyleCalendarExp.java
/**
*
* @author MyCollab Ltd.
* @since 2.0
*
*/
From source file com.esofthead.mycollab.vaadin.ui.table.AbstractPagedBeanTable.java
/**
*
* @author MyCollab Ltd.
* @since 2.0
*
* @param <S>
From source file com.esofthead.mycollab.vaadin.web.ui.AbstractBeanBlockList.java
/**
* @param <S>
* @param <T>
* @author MyCollab Ltd.
* @since 4.0
*/
From source file com.esofthead.mycollab.vaadin.web.ui.AbstractBeanPagedList.java
/** * @author MyCollab Ltd. * @since 2.0 */ public abstract class AbstractBeanPagedList<T> extends VerticalLayout implements HasPagableHandlers { private static final long serialVersionUID = 1L;
From source file com.esofthead.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.esofthead.mycollab.vaadin.web.ui.AttachmentPanel.java
/** * @author MyCollab Ltd. * @since 2.0 */ public class AttachmentPanel extends VerticalLayout implements AttachmentUploadComponent { private static final long serialVersionUID = 1L;
From source file com.esofthead.mycollab.vaadin.web.ui.Depot.java
/** * @author MyCollab Ltd. * @since 1.0 */ public class Depot extends VerticalLayout { private static final long serialVersionUID = 1L;
From source file com.esofthead.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.esofthead.mycollab.vaadin.web.ui.StyleCalendarExp.java
/** * @author MyCollab Ltd. * @since 2.0 */ public class StyleCalendarExp extends VerticalLayout { private List<Date> selectedDateList = new ArrayList<>();