public class BeforeHideEvent extends GwtEvent<BeforeHideEvent.BeforeHideHandler> implements CancellableEvent
| Modifier and Type | Class and Description |
|---|---|
static interface |
BeforeHideEvent.BeforeHideHandler
Handler for
BeforeHideEvent events. |
static interface |
BeforeHideEvent.HasBeforeHideHandlers
A widget that implements this interface is a public source of
BeforeHideEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
BeforeHideEvent() |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<BeforeHideEvent.BeforeHideHandler> |
getAssociatedType() |
Component |
getSource() |
static GwtEvent.Type<BeforeHideEvent.BeforeHideHandler> |
getType()
Gets the type associated with this event.
|
boolean |
isCancelled()
Returns true if the event is cancelled.
|
void |
setCancelled(boolean cancelled)
True to cancel the event.
|
public static GwtEvent.Type<BeforeHideEvent.BeforeHideHandler> getType()
public GwtEvent.Type<BeforeHideEvent.BeforeHideHandler> getAssociatedType()
getAssociatedType in class GwtEvent<BeforeHideEvent.BeforeHideHandler>public Component getSource()
getSource in class GwtEvent<BeforeHideEvent.BeforeHideHandler>public boolean isCancelled()
CancellableEventisCancelled in interface CancellableEventpublic void setCancelled(boolean cancelled)
CancellableEventsetCancelled in interface CancellableEventcancelled - true to cancelCopyright © 2012. All Rights Reserved.