| Package | Description |
|---|---|
| org.cruxframework.crux.widgets.client.dialog | |
| org.cruxframework.crux.widgets.client.event |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
ConfirmDialog.addCancelHandler(CancelHandler handler)
Adds a handler for the Cancel button click event
|
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
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.GwtEvent.Type<CancelHandler> |
CancelEvent.getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<CancelHandler> |
CancelEvent.getType() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
HasCancelHandlers.addCancelHandler(CancelHandler handler) |
protected void |
CancelEvent.dispatch(CancelHandler handler) |
Copyright © 2014. All rights reserved.