List of usage examples for com.vaadin.ui Window subclass-usage
From source file nz.co.senanque.workflowui.LaunchWizard.java
/**
* This allows a user to launch a process. It fetches the launch form from the relevant bundle and presents it to the user.
* Then it saves the details for workflow to process.
*
* @author Roger Parkinson
*
From source file oracle.social.johtaja.carbon.view.AboutWindow.java
public class AboutWindow extends Window { public final static String DIALOG_TITLE = "About"; public AboutWindow() { super(DIALOG_TITLE);
From source file org.accelerators.activiti.admin.ui.ConfirmDialog.java
/** * Used to confirm events. * * @author Patrick Oberg, Joonas Lehtinen, Tommi Laukkanen */ public final class ConfirmDialog extends Window implements Button.ClickListener {
From source file org.activiti.administrator.ui.ConfirmDialog.java
/** * Used to confirm events. * * @author Patrick Oberg, Joonas Lehtinen, Tommi Laukkanen */ public final class ConfirmDialog extends Window implements Button.ClickListener {
From source file org.activiti.explorer.ui.custom.PopupWindow.java
/**
* Superclass for popup windows.
* Popup windows that inherit from this class can be closed using the 'escape' key.
*
* @author Joram Barrez
*/
From source file org.activiti.explorer.ui.MainWindow.java
/** * @author Joram Barrez */ public class MainWindow extends Window { private static final long serialVersionUID = 1L;
From source file org.activiti.explorer.ui.process.simple.editor.FormPopupWindow.java
/** * @author Joram Barrez */ public class FormPopupWindow extends Window { protected static final long serialVersionUID = -1754225937375971709L;
From source file org.activiti.kickstart.ui.popup.ErrorPopupWindow.java
/** * @author Joram Barrez */ public class ErrorPopupWindow extends Window { protected static final long serialVersionUID = 5499992460391485767L;
From source file org.activiti.kickstart.ui.popup.FormPopupWindow.java
/** * @author Joram Barrez */ public class FormPopupWindow extends Window { protected static final long serialVersionUID = -1754225937375971709L;
From source file org.activiti.kickstart.ui.popup.ProcessImagePopupWindow.java
/** * @author Joram Barrez */ public class ProcessImagePopupWindow extends Window { private static final long serialVersionUID = -1483000500366042513L;