Example usage for com.vaadin.ui Window.CloseListener interface-usage

List of usage examples for com.vaadin.ui Window.CloseListener interface-usage

Introduction

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

Usage

From source file com.skysql.manager.ui.AboutSettings.java

/**
 * The Class AboutSettings is used for the About panel of the Settings dialog.
 */
public class AboutSettings extends VerticalLayout implements Window.CloseListener {

    private static final long serialVersionUID = 0x4C656F6E6172646FL;

From source file com.skysql.manager.ui.CalendarDialog.java

/**
 *  Calendar component test application.
 */
public class CalendarDialog implements Window.CloseListener {

    private static final long serialVersionUID = 0x4C656F6E6172646FL;

From source file com.skysql.manager.ui.ErrorDialog.java

/**
 * The Class ErrorDialog.
 */
@SuppressWarnings("serial")
public class ErrorDialog implements Window.CloseListener {

From source file com.skysql.manager.ui.MonitorsSettings.java

/**
 * The Class MonitorsSettings is used for the Monitors panel of the Settings dialog.
 */
@SuppressWarnings("deprecation")
public class MonitorsSettings extends VerticalLayout implements Window.CloseListener {

From source file com.skysql.manager.ui.NodeDialog.java

/**
 * The Class NodeDialog is used for the create/edit node dialog.
 */
public class NodeDialog implements Window.CloseListener {

    private static final long serialVersionUID = 0x4C656F6E6172646FL;

From source file com.skysql.manager.ui.SettingsDialog.java

/**
 * The Class SettingsDialog.
 */
public class SettingsDialog implements Window.CloseListener {

    private static final long serialVersionUID = 0x4C656F6E6172646FL;

From source file com.skysql.manager.ui.SetupDialog.java

/**
 * The Class SetupDialog.
 */
public class SetupDialog implements Window.CloseListener {

    private static final long serialVersionUID = 0x4C656F6E6172646FL;

From source file com.skysql.manager.ui.SystemDialog.java

/**
 * The Class SystemDialog.
 */
public class SystemDialog implements Window.CloseListener {

    private static final long serialVersionUID = 0x4C656F6E6172646FL;

From source file com.skysql.manager.ui.UserDialog.java

/**
 * The Class UserDialog.
 */
public class UserDialog implements Window.CloseListener {

    private static final long serialVersionUID = 0x4C656F6E6172646FL;

From source file com.skysql.manager.ui.UsersSettings.java

/**
 * The Class UsersSettings.
 */
@SuppressWarnings("deprecation")
public class UsersSettings extends VerticalLayout implements Window.CloseListener {