Example usage for com.google.gwt.user.client.ui DialogBox subclass-usage

List of usage examples for com.google.gwt.user.client.ui DialogBox subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui DialogBox subclass-usage.

Usage

From source file org.cloudcoder.app.client.view.OkDialogBox.java

/**
 * A very simple dialog where the only choice is "OK",
 * which dismisses the dialog.
 * 
 * @author David Hovemeyer
 */

From source file org.cloudcoder.app.client.view.SessionExpiredDialogBox.java

/**
 * Dialog box to show when an RPC call has failed because the user's
 * session has timed out.  Allows user to log in again and retry
 * the failed operation. 
 * 
 * @author David Hovemeyer

From source file org.cloudcoder.app.client.view.SetDatesDialogBox.java

/**
 * Dialog to allow the user to change the when assigned
 * and when due dates for one or more {@link Problem}s.
 * 
 * @author David Hovemeyer
 */

From source file org.cloudcoder.app.client.view.ShareManyProblemsDialog.java

/**
 * @author jaimespacco
 *
 */
public class ShareManyProblemsDialog extends DialogBox {
    //private ProblemAndTestCaseList exercise;

From source file org.cloudcoder.app.client.view.ShareProblemDialog.java

/**
 * Dialog for sharing an exercise to the exercise repository.
 * 
 * @author David Hovemeyer
 */
public class ShareProblemDialog extends DialogBox {

From source file org.cruxframework.crux.widgets.client.colorpicker.ColorPickerDialog.java

@PartialSupport
/**
 * @author Thiago da Rosa de Bustamante
 */
public class ColorPickerDialog extends DialogBox
        implements HasCloseHandlers<PopupPanel>, IsWidget, OrientationChangeHandler {

From source file org.drools.brms.client.common.ErrorPopup.java

/**
 * Generic error dialog popup.
 */
public class ErrorPopup extends DialogBox {

    public static ErrorPopup instance = null;

From source file org.drools.brms.client.common.StatusChangePopup.java

/**
 * Well this one should be pretty obvious what it does. 
 * I feel like I have wasted valuable time writing this comment, but I hope
 * you enjoyed reading it.
 * 
 * @author Michael Neale

From source file org.drools.brms.client.common.YesNoDialog.java

/**
 * A simple confirmation dialog. 
 * 
 * @author Michael Neale
 *
 */

From source file org.drools.brms.client.ruleeditor.VersionViewer.java

/**
 * This shows a historical read only view of an asset, as a popup.
 * Why a popup? well, people can drag it around how they want.
 * 
 * @author Michael Neale
 */