List of usage examples for com.vaadin.ui Window subclass-usage
From source file de.escidoc.admintool.view.util.dialog.ErrorDialog.java
/** * * @author ASP * */ public class ErrorDialog extends Window implements Button.ClickListener {
From source file de.escidoc.admintool.view.util.dialog.HistoryDialog.java
/** * * @author ASP * */ public class HistoryDialog extends Window implements Button.ClickListener {
From source file de.kaiserpfalzEdv.office.ui.web.widgets.about.AboutBox.java
/**
* @author klenkes
* @version 2015Q1
* @since 17.02.15 06:21
*/
@VaadinUIScope
From source file de.mendelson.comm.as2.webclient2.OkDialog.java
/**
* Dialog that display an ok button and will close if you click it, modal. DO NOT
* use it for login purpose as the modality is just rendered on the client side and is
* not attack-safe
* @author S.Heller
* @version $Revision: 1.1 $
From source file de.metas.ui.web.vaadin.window.editor.LocationEditorPopup.java
@SuppressWarnings("serial") public class LocationEditorPopup extends Window { // services private final ILocationService locationService = Services.get(ILocationService.class); private static final String STYLE = "mf-editor-location-popup";
From source file de.unioninvestment.eai.portal.portlet.crud.export.ExportDialog.java
/**
* Modaler Dialog, der beim Export einen Fortschrittsbalken anzeigt und die
* Mglichkeit zum Abbruch bietet.
*
* Im IE7/IE8 verhindert eine Sicherheitsabfrage den automatischen Download nach
* Beendigung, daher wird hier ein separater Button angeboten und der Dialog
From source file de.unioninvestment.eai.portal.portlet.crud.mvp.views.ui.Popup.java
/**
* Modales Popup-Fenster.
*
*
* @author siva.selvarajah
*/
From source file dhbw.clippinggorilla.userinterface.windows.ConfirmationDialog.java
/** * * @author frank */ public class ConfirmationDialog extends Window {
From source file dhbw.clippinggorilla.userinterface.windows.GroupProfileWindow.java
/** * * @author frank */ public class GroupProfileWindow extends Window {
From source file dhbw.clippinggorilla.userinterface.windows.ManageSourcesWindow.java
/** * This is the Window to manage the sources * @author frank */ public class ManageSourcesWindow extends Window {