List of usage examples for com.vaadin.ui VerticalLayout subclass-usage
From source file com.jiangyifen.ec2.ui.mgr.system.tabsheet.DynQueueMemberManagement.java
/** * ??? * @author jrh */ @SuppressWarnings("serial") public class DynQueueMemberManagement extends VerticalLayout implements ClickListener, ValueChangeListener {
From source file com.jiangyifen.ec2.ui.mgr.system.tabsheet.MgrPhone2PhoneSettingView.java
/** * ??? * @author jrh */ @SuppressWarnings("serial") public class MgrPhone2PhoneSettingView extends VerticalLayout implements ValueChangeListener, ClickListener {
From source file com.jiangyifen.ec2.ui.mgr.system.tabsheet.SystemLicence.java
@SuppressWarnings("serial") public class SystemLicence extends VerticalLayout { private final String VALUE_COL_COLOR = "blue"; // grid ? ? private final String DESCRIPTION_COL_COLOR = "#608525"; // grid ??? ?
From source file com.jorambarrez.BasicNode.java
/** * @author Joram Barrez */ public class BasicNode extends VerticalLayout implements Node { private static final long serialVersionUID = 1L;
From source file com.jorambarrez.ModelingPanel.java
/** * @author Joram Barrez */ public class ModelingPanel extends VerticalLayout { private static final long serialVersionUID = 1L;
From source file com.jorambarrez.PropertyPanel.java
/** * @author jbarrez */ public class PropertyPanel extends VerticalLayout { private static final long serialVersionUID = 1L;
From source file com.klwork.explorer.ui.base.AbstractFormComponent.java
/** * The Class AbstractFormComponent. */ public abstract class AbstractFormComponent extends VerticalLayout { protected FormLayout form;
From source file com.klwork.explorer.ui.business.flow.act.MyTaskRelatedContentComponent.java
/**
* Component for showing related content of a task. Also allows adding, removing
* and opening related content.
*
* @author Frederik Heremans
* @author Joram Barrez
From source file com.klwork.explorer.ui.business.flow.act.UploadWorkTaskContentComponent.java
/**
* Component for showing related content of a task. Also allows adding, removing
* and opening related content.
*
* @author Frederik Heremans
* @author Joram Barrez
From source file com.klwork.explorer.ui.content.file.FileAttachmentEditorComponent.java
/** * @author Frederik Heremans */ public class FileAttachmentEditorComponent extends VerticalLayout implements AttachmentEditorComponent { private static final long serialVersionUID = 1L;