Example usage for com.google.gwt.event.logical.shared CloseHandler interface-usage

List of usage examples for com.google.gwt.event.logical.shared CloseHandler interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.event.logical.shared CloseHandler interface-usage.

Usage

From source file com.vaadin.terminal.gwt.client.ui.VPopupCalendar.java

/**
 * Represents a date selection component with a text field and a popup date
 * selector.
 * 
 * <b>Note:</b> To change the keyboard assignments used in the popup dialog you
 * should extend <code>com.vaadin.terminal.gwt.client.ui.VCalendarPanel</code>

From source file com.vaadin.v7.client.ui.VPopupCalendar.java

/**
 * Represents a date selection component with a text field and a popup date
 * selector.
 *
 * <b>Note:</b> To change the keyboard assignments used in the popup dialog you
 * should extend <code>com.vaadin.v7.client.ui.VCalendarPanel</code> and then

From source file com.webgocommerce.client.view.uiestproy.UIEstProy.java

/**
 *
 * @author SISTEMAS
 */
public class UIEstProy extends PopupPanel implements InterUIEstProy, ClickHandler, CloseHandler {
    private UILabel lblProy;

From source file de.lilawelt.zmachine.client.ContextMenu.java

public class ContextMenu implements NativePreviewHandler, CloseHandler<PopupPanel> {
    private final PopupPanel p = new PopupPanel(true);
    private boolean active = false;
    private boolean initialized = false;

    public void onPreviewNativeEvent(NativePreviewEvent preview) {

From source file edu.caltech.ipac.firefly.visualize.ui.color.ColorPicker.java

public class ColorPicker extends Composite implements FocusHandler, CloseHandler<PopupPanel>, ClickHandler {
    private TextBox textBox = new TextBox();
    private ColorChooserPanel colorChooserPanel = new ColorChooserPanel();
    private FocusPanel colorPanel = new FocusPanel();

    private static class ColorPickerPopup extends PopupPanel implements ClickHandler {

From source file fi.jyu.student.jatahama.onlineinquirytool.client.ArgumentEditor.java

/**
 *
 */
public class ArgumentEditor extends Composite
        implements ClickHandler, FocusHandler, BlurHandler, CloseHandler<PopupPanel>, HasHandlers {
    // Event stuff

From source file fr.aliasource.webmail.client.DisclosurePanelHeader.java

public class DisclosurePanelHeader extends Widget
        implements HasText, OpenHandler<DisclosurePanel>, CloseHandler<DisclosurePanel> {

    /**
     * imageTD holds the image for the icon, not null. labelTD holds the text
     * for the label.

From source file net.sf.mmm.client.ui.impl.gwt.handler.event.EventAdapterGwt.java

/**
 * This class is the GWT specific adapter for {@link UiHandlerEvent}.
 * 
 * @author Joerg Hohwiller (hohwille at users.sourceforge.net)
 * @since 1.0.0
 */

From source file org.gwtportlets.portlet.client.ui.CascadingPopupManager.java

/**
 * <p>Responds to click and/or mouse move events by popping up a Widget in
 * a position relative to the source element. May have a parent popup that
 * is hidden when any popups created by us are hidden. Makes sure that only
 * one popup is active at a time. Useful for building cascading menus and so
 * on.</p>

From source file org.jboss.as.console.client.shared.homepage.ContentBox.java

/**
 * A content box on the homepage.
 *
 * @author Harald Pehl
 */
public class ContentBox extends Composite implements OpenHandler<DisclosurePanel>, CloseHandler<DisclosurePanel> {