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