public class ConfirmationEvent extends com.google.gwt.event.shared.GwtEvent<ConfirmationEvent.Handler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfirmationEvent.Handler
Handler for
ConfirmationEvent. |
static interface |
ConfirmationEvent.HasConfirmationHandlers
Indicates if a widget supports ok/cancel.
|
| Constructor and Description |
|---|
ConfirmationEvent(Boolean confirmed)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ConfirmationEvent.Handler handler) |
static ConfirmationEvent |
fire(com.google.gwt.event.shared.HasHandlers source,
Boolean confirmed)
Fires the event.
|
com.google.gwt.event.shared.GwtEvent.Type<ConfirmationEvent.Handler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<ConfirmationEvent.Handler> |
getType()
Gets the type associated with this event.
|
Boolean |
isConfirmed() |
void |
setConfirmed(Boolean confirmed) |
assertLive, getSource, isLive, kill, revivepublic ConfirmationEvent(Boolean confirmed)
confirmed - public static ConfirmationEvent fire(com.google.gwt.event.shared.HasHandlers source, Boolean confirmed)
source - confirmed - public static com.google.gwt.event.shared.GwtEvent.Type<ConfirmationEvent.Handler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<ConfirmationEvent.Handler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ConfirmationEvent.Handler>GwtEvent.getAssociatedType()protected void dispatch(ConfirmationEvent.Handler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ConfirmationEvent.Handler>GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)public Boolean isConfirmed()
public void setConfirmed(Boolean confirmed)
confirmed - the confirmed to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.