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 edu.vcu.csbc.vahmpexplorer.main.VaHMPExplorer.java

public class VaHMPExplorer extends Application implements ItemClickListener, TabSheet.SelectedTabChangeListener,
        Table.ValueChangeListener, Button.ClickListener, Window.CloseListener {

    private HorizontalSplitPanel horiztonalSplit = new HorizontalSplitPanel();
    private RunTable runTable = null;
    private ListView listView = null;

From source file eu.livotov.tpt.gui.windows.TPTWindow.java

/**
 * Extends regular ITMill Window with some small but sometimes useful features, such as simplified
 * methods for quick invoke of various types of notifications and so on. It also does all dirty job
 * for registering action handlers for ENTER/ESC key presses listening. All you need is to override
 * the corresponding method to catch the event. Use it just like you use regular Windows class.
 */

From source file org.opennms.features.topology.app.internal.ui.icons.IconSelectionDialog.java

public class IconSelectionDialog extends Window implements Window.CloseListener, Button.ClickListener {

    /** The action to execute when the ok/cancel button is pressed. */
    public interface Action {
        void execute(IconSelectionDialog window);
    }

From source file org.opennms.features.vaadin.jmxconfiggenerator.ui.ConfirmationDialog.java

/**
 * Created by mvrueden on 21/07/15.
 */
public class ConfirmationDialog extends Window implements Window.CloseListener, Button.ClickListener {

    /** The action to execute when the ok/cancel button is pressed. */

From source file org.opennms.netmgt.vaadin.core.ConfirmationDialog.java

/**
 * A confirmation dialog.
 */
public class ConfirmationDialog extends Window implements Window.CloseListener, Button.ClickListener {

    /** The action to execute when the ok/cancel button is pressed. */

From source file org.opennms.netmgt.vaadin.core.KeyValueInputDialogWindow.java

/**
 * Vaadin dialog window to query for a single String value.
 *
 * @author Christian Pape <christian@opennms.org>
 */
public class KeyValueInputDialogWindow extends Window implements Window.CloseListener, Button.ClickListener {

From source file org.opennms.netmgt.vaadin.core.StringInputDialogWindow.java

/**
 * Vaadin dialog window to query for a single String value.
 *
 * @author Christian Pape <christian@opennms.org>
 */
public class StringInputDialogWindow extends Window implements Window.CloseListener, Button.ClickListener {

From source file org.processbase.ui.bam.admin.DimensionsPanel.java

/**
 *
 * @author marat gubaidullin
 */
public class DimensionsPanel extends TablePanel implements Button.ClickListener, Window.CloseListener {

From source file org.processbase.ui.bam.admin.FactsPanel.java

/**
 *
 * @author marat gubaidullin
 */
public class FactsPanel extends TablePanel implements Button.ClickListener, Window.CloseListener {

From source file org.processbase.ui.bam.admin.KPIsPanel.java

/**
 *
 * @author marat gubaidullin
 */
public class KPIsPanel extends TablePanel implements Button.ClickListener, Window.CloseListener {