com.sencha.gxt.widget.core.client.event
Class BeforeLayoutEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<BeforeLayoutEvent.BeforeLayoutHandler>
com.sencha.gxt.widget.core.client.event.BeforeLayoutEvent
- All Implemented Interfaces:
- CancellableEvent
public class BeforeLayoutEvent
- extends GwtEvent<BeforeLayoutEvent.BeforeLayoutHandler>
- implements CancellableEvent
Fires before a layout is executed.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BeforeLayoutEvent
public BeforeLayoutEvent()
getType
public static GwtEvent.Type<BeforeLayoutEvent.BeforeLayoutHandler> getType()
- Gets the type associated with this event.
- Returns:
- returns the handler type
getAssociatedType
public GwtEvent.Type<BeforeLayoutEvent.BeforeLayoutHandler> getAssociatedType()
- Overrides:
getAssociatedType in class GwtEvent<BeforeLayoutEvent.BeforeLayoutHandler>
getSource
public HasLayout getSource()
- Overrides:
getSource in class GwtEvent<BeforeLayoutEvent.BeforeLayoutHandler>
isCancelled
public boolean isCancelled()
- Description copied from interface:
CancellableEvent
- Returns true if the event is cancelled.
- Specified by:
isCancelled in interface CancellableEvent
- Returns:
- true for cancelled
setCancelled
public void setCancelled(boolean cancelled)
- Description copied from interface:
CancellableEvent
- True to cancel the event.
- Specified by:
setCancelled in interface CancellableEvent
- Parameters:
cancelled - true to cancel
Copyright © 2012. All Rights Reserved.