List of usage examples for com.vaadin.ui Window subclass-usage
From source file com.trivago.mail.pigeon.web.components.sender.ModalAddNewSender.java
public class ModalAddNewSender extends Window { public ModalAddNewSender(final SenderList sl) { super(); setClosable(false); setModal(true); setWidth("300px");
From source file com.trivago.mail.pigeon.web.components.templates.ModalAddTemplate.java
public class ModalAddTemplate extends Window { public ModalAddTemplate(final TemplateList tl) { this(tl, null); } public ModalAddTemplate(final TemplateList tl, final Long templateId) {
From source file com.vaadHL.window.base.BaseWindow.java
/**
* Base window.
*
* @author Miroslaw Romaniuk
*
*/
From source file com.vaushell.treetasker.application.window.RegistrationWindow.java
/** * This window contains the registration form. * * @author VAUSHELL - Frederic PEAK <fred@vaushell.com> */ public class RegistrationWindow extends Window implements I_Form {
From source file com.vaushell.treetasker.application.window.UserWindow.java
/**
* This is the web application main window. It displays the login layout at
* first, and the user view once logged in.
*
* @author VAUSHELL - Frederic PEAK <fred@vaushell.com>
*/
From source file com.wcs.wcslib.vaadin.widget.multifileupload.ui.ConfirmDialog.java
/** * * @author gergo */ public class ConfirmDialog extends Window {
From source file com.wcs.wcslib.vaadin.widget.multifileupload.ui.UploadStateWindow.java
/** * * @author gergo */ @StyleSheet("uploadstatewindow.css") public class UploadStateWindow extends Window {
From source file com.wft.ui.welcome.WFTWelcomeWindow.java
/** * The Application's "main" class */ @Component(value = "wftWelcomeWindow") @Scope(value = "prototype") @SuppressWarnings("serial")
From source file com.wintindustries.pfserver.interfaces.container.components.PFUpload.UploadCenter.java
/** * * @author Admin */ public class UploadCenter extends Window {
From source file com.yoncabt.ebr.ui.ReportStatusWindow.java
/** * * @author myururdurmaz */ @SpringUI public class ReportStatusWindow extends Window {