Example usage for com.vaadin.ui Window subclass-usage

List of usage examples for com.vaadin.ui Window subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.ui Window subclass-usage.

Usage

From source file cz.iivos.todo.components.YesNoWindow.java

/**
 * Komponenta pro potvrzovac dialog. 
 *
 * @author stefan
 * 
 */

From source file cz.iivos.todo.dialogs.TaskDlg.java

/**
 * Dialog pro editaci vlastnosti jedne ulohy
 * 
 * @author Marek Svarc
 * @author Stefan
 */

From source file de.catma.ui.CatmaWindow.java

@ClientWidget(VCatmaWindow.class)
public class CatmaWindow extends Window {

    private boolean enableScrolling = false;
    private boolean stayOnTop = false;

From source file de.catma.ui.tagger.PropertyEditDialog.java

public class PropertyEditDialog extends Window {

    private static enum TreePropertyName {
        property, icon, value, assigned,;
    }

From source file de.codecentric.vaadin.copy2clipboard.C2CModalWindow.java

/**
 * A special modal window which allows copy to clipboard actions. See
 * http://dev.vaadin.com/ticket/9001 for reasons.
 * 
 * @author henning.treu@codecentric.de
 * 

From source file de.decidr.ui.view.help.HelpDialogComponent.java

/**
 * The integrated help window.
 * 
 * @author Geoffrey-Alexeij Heinze
 */
@Reviewed(reviewers = { "unknown" }, lastRevision = "0", currentReviewState = State.NeedsReview)

From source file de.decidr.ui.view.windows.ChangeEmailWindow.java

/**
 * In this window the user can change his email address by entering his new
 * email address.
 * 
 * @author Geoffrey-Alexeij Heinze
 */

From source file de.decidr.ui.view.windows.ChangePasswordWindow.java

/**
 * The user can change his password by entering his old and new password.
 * 
 * @author Geoffrey-Alexeij Heinze
 */
@Reviewed(reviewers = { "unknown" }, lastRevision = "0", currentReviewState = State.NeedsReview)

From source file de.decidr.ui.view.windows.ConfirmDialogWindow.java

/**
 * The user can confirm his invitation to DecidR via this dialog.
 * 
 * @author Geoffrey-Alexeij Heinze
 */
@Reviewed(reviewers = { "TK", "JS" }, lastRevision = "0", currentReviewState = State.NeedsReview)

From source file de.decidr.ui.view.windows.InformationDialogComponent.java

/**
 * Some information is shown in a subwindow to inform the user about certain
 * processes.
 * 
 * @author Geoffrey-Alexeij Heinze
 * @author Daniel Willig