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