Uses of Class
org.cruxframework.crux.widgets.client.dialog.ConfirmDialog

Packages that use ConfirmDialog
org.cruxframework.crux.widgets.client.dialog   
 

Uses of ConfirmDialog in org.cruxframework.crux.widgets.client.dialog
 

Methods in org.cruxframework.crux.widgets.client.dialog that return ConfirmDialog
static ConfirmDialog ConfirmDialog.show(String title, String message, OkHandler okHandler, CancelHandler cancelHandler)
          Shows a confirm dialog
static ConfirmDialog ConfirmDialog.show(String title, String message, String okLabel, String cancelLabel, OkHandler okHandler, CancelHandler cancelHandler)
          Shows a confirm dialog
static ConfirmDialog ConfirmDialog.show(String dialogTitle, String message, String okLabel, String cancelLabel, OkHandler okHandler, CancelHandler cancelHandler, String styleName, boolean animationEnabled)
          Shows a confirm dialog
 

Method parameters in org.cruxframework.crux.widgets.client.dialog with type arguments of type ConfirmDialog
 com.google.gwt.event.shared.HandlerRegistration ConfirmDialog.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<ConfirmDialog> handler)
           
static void ConfirmDialog.addDefaultCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<ConfirmDialog> defaultCloseHandler)
          Add a default close handler that will be appended to each created object
static void ConfirmDialog.addDefaultOpenHandler(com.google.gwt.event.logical.shared.OpenHandler<ConfirmDialog> defaultOpenHandler)
          Add a default open handler that will be appended to each created object
 com.google.gwt.event.shared.HandlerRegistration ConfirmDialog.addOpenHandler(com.google.gwt.event.logical.shared.OpenHandler<ConfirmDialog> handler)
           
 



Copyright © 2015. All rights reserved.