List of usage examples for com.vaadin.ui Window subclass-usage
From source file com.lst.deploymentautomation.vaadin.popup.TodoAnnotation.java
/** * Popup window for to-do annotation. * * @author mhi */ public class TodoAnnotation extends Window {
From source file com.lst.deploymentautomation.vaadin.popup.TodoDelegation.java
/** * Popup window for to-do delegation. * * @author mhi */ public class TodoDelegation extends Window {
From source file com.lst.deploymentautomation.vaadin.popup.TodoDetails.java
/** * Popup window showing to-do details. * * @author mhi */ public class TodoDetails extends Window {
From source file com.lst.deploymentautomation.vaadin.popup.TodoEscalation.java
/** * Popup window for to-do escalation. * * @author mhi */ public class TodoEscalation extends Window {
From source file com.lst.deploymentautomation.vaadin.popup.TodoRejection.java
/** * Popup window for to-do rejection. * * @author mhi */ public class TodoRejection extends Window {
From source file com.mechanicshop.components.DataEntryLayout.java
@SpringComponent @UIScope public class DataEntryLayout extends Window { VerticalLayout mainLayout = new VerticalLayout(); HorizontalLayout hLayoutForms = new HorizontalLayout();
From source file com.morevaadin.vaadin.embed.EmbedWindow.java
@SuppressWarnings("serial") public class EmbedWindow extends Window { public EmbedWindow() { setCaption("Embed Vaadin example");
From source file com.moscaville.ui.FileChooser.java
/** * * @author moscac */ @Component public class FileChooser extends Window {
From source file com.mycollab.module.crm.ui.components.EntityImportWindow.java
/** * @author MyCollab Ltd. * @since 1.0 */ public abstract class EntityImportWindow<E> extends Window { private static final long serialVersionUID = 1L;
From source file com.mycollab.module.crm.ui.components.RelatedItemSelectionWindow.java
/** * @author MyCollab Ltd. * @since 1.0 */ public abstract class RelatedItemSelectionWindow<T, S extends SearchCriteria> extends Window { private static final long serialVersionUID = 1L;