List of usage examples for com.vaadin.ui Window subclass-usage
From source file com.scsb.crpro.MessageBox.java
/**
* <p><b>DESCRIPTION AND FEATURES</b></p>
* <p>MessageBox is a flexible utility class for generating different styles of message boxes.
* The message box is typically a modal dialog, with an icon on the left side,
* a message on the right of the icon and some buttons on the bottom of the dialog.</p>
* <p>The class is designed to be very flexible. E.g. you can define
From source file com.scsb.vaadin.composite.MessageBox.java
/**
* <p><b>DESCRIPTION AND FEATURES</b></p>
* <p>MessageBox is a flexible utility class for generating different styles of message boxes.
* The message box is typically a modal dialog, with an icon on the left side,
* a message on the right of the icon and some buttons on the bottom of the dialog.</p>
* <p>The class is designed to be very flexible. E.g. you can define
From source file com.selzlein.lojavirtual.vaadin.popup.TodoAnnotation.java
/** * Popup window for to-do annotation. * * @author mhi */ public class TodoAnnotation extends Window {
From source file com.selzlein.lojavirtual.vaadin.popup.TodoDelegation.java
/** * Popup window for to-do delegation. * * @author mhi */ public class TodoDelegation extends Window {
From source file com.selzlein.lojavirtual.vaadin.popup.TodoDetails.java
/** * Popup window showing to-do details. * * @author mhi */ public class TodoDetails extends Window {
From source file com.selzlein.lojavirtual.vaadin.popup.TodoEscalation.java
/** * Popup window for to-do escalation. * * @author mhi */ public class TodoEscalation extends Window {
From source file com.selzlein.lojavirtual.vaadin.popup.TodoRejection.java
/** * Popup window for to-do rejection. * * @author mhi */ public class TodoRejection extends Window {
From source file com.shopwiki.vaadin.ConfirmDialog.java
public class ConfirmDialog extends Window { public static interface Handler { public void handle() throws Exception; }
From source file com.shopwiki.vaadin.UrlFragWindow.java
/** * @owner rstewart */ public class UrlFragWindow extends Window { // TODO: Move to ehdotan.jar private final UriFragmentUtility uriFragUtil = new UriFragmentUtility();
From source file com.skysql.manager.ui.ModalWindow.java
/** * The Class ModalWindow for generic Modal Window support. */ public class ModalWindow extends Window { private static final long serialVersionUID = 0x4C656F6E6172646FL;