public class BeforeShowEvent extends GwtEvent<BeforeShowEvent.BeforeShowHandler> implements CancellableEvent
| Modifier and Type | Class and Description |
|---|---|
static interface |
BeforeShowEvent.BeforeShowHandler
Handler for
BeforeShowEvent events. |
static interface |
BeforeShowEvent.HasBeforeShowHandlers
A widget that implements this interface is a public source of
BeforeShowEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
BeforeShowEvent() |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<BeforeShowEvent.BeforeShowHandler> |
getAssociatedType() |
Component |
getSource() |
static GwtEvent.Type<BeforeShowEvent.BeforeShowHandler> |
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<BeforeShowEvent.BeforeShowHandler> getType()
public GwtEvent.Type<BeforeShowEvent.BeforeShowHandler> getAssociatedType()
getAssociatedType in class GwtEvent<BeforeShowEvent.BeforeShowHandler>public Component getSource()
getSource in class GwtEvent<BeforeShowEvent.BeforeShowHandler>public boolean isCancelled()
CancellableEventisCancelled in interface CancellableEventpublic void setCancelled(boolean cancelled)
CancellableEventsetCancelled in interface CancellableEventcancelled - true to cancelCopyright © 2012. All Rights Reserved.