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