List of usage examples for com.google.gwt.user.client.ui DialogBox subclass-usage
From source file accelerator.client.ui.ProjectDialogBox.java
public class ProjectDialogBox extends DialogBox { public interface Handler { /** * OK ???????? *
From source file accelerator.client.ui.TagDialogBox.java
public class TagDialogBox extends DialogBox { public interface Handler { /** * OK ???????? *
From source file accelerator.client.ui.TaskDialogBox.java
public class TaskDialogBox extends DialogBox { private static TaskDialogBoxUiBinder uiBinder = GWT.create(TaskDialogBoxUiBinder.class); interface TaskDialogBoxUiBinder extends UiBinder<Widget, TaskDialogBox> { }
From source file asquare.gwt.debug.client.DebugConsole.java
/**
* An in-browser debug console. By default you can press <code>'w'</code>
* twice to disable this console without disabling other debug output. Uses a
* {@link asquare.gwt.debug.client.DebugEventListener DebugEventListener} to
* listen for the enabler key. See DebugEventListener for potential conflicts
* with popup/dialog event filtering.
From source file au.com.gworks.gwt.petstore.client.AccountSignInView.java
public class AccountSignInView extends DialogBox implements ClickListener { public interface Listener extends SimpleFormPanel.Listener { } SimpleFormPanel form = new SimpleFormPanel();
From source file burrito.client.crud.widgets.ImagePickerPopup.java
public class ImagePickerPopup extends DialogBox { public static interface SaveHandler { void saved(String value); }
From source file burrito.client.crud.widgets.LinkedEntityWidgetPopup.java
public class LinkedEntityWidgetPopup extends DialogBox { public static interface SaveHandler { void saved(String json); } public static final String TYPE_ABSOLUTE_URL = "link_absolute";
From source file ca.aeso.evq.client.widgets.DatePicker.java
/**
* DatePicker widget displays a small Gregorian calendar dates to select
* a date by the user.
*
* <p>It has following features:
*
From source file ca.aeso.ltlf.client.date.DatePicker.java
/**
* DatePicker widget displays a small Gregorian calendar dates to select
* a date by the user.
*
* <p>It has following features:
*
From source file cc.alcina.framework.gwt.client.widget.dialog.GlassDialogBox.java
/** * * @author Nick Reddel */ public class GlassDialogBox extends DialogBox { public static boolean HIDE_INSTANTLY = false;