|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<BeforeLoadEvent.BeforeLoadHandler<C>>
com.sencha.gxt.data.shared.loader.BeforeLoadEvent<C>
public class BeforeLoadEvent<C>
Event type for loader events.
| Nested Class Summary | |
|---|---|
static interface |
BeforeLoadEvent.BeforeLoadHandler<C>
Handler class for BeforeLoadEvent events. |
static interface |
BeforeLoadEvent.HasBeforeLoadHandlers<C>
A widget that implements this interface is a public source of BeforeLoadEvent events. |
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Constructor Summary | |
|---|---|
BeforeLoadEvent(C loadConfig)
Creates a before load event. |
|
| Method Summary | |
|---|---|
GwtEvent.Type<BeforeLoadEvent.BeforeLoadHandler<C>> |
getAssociatedType()
|
C |
getLoadConfig()
Returns the load config. |
static GwtEvent.Type<BeforeLoadEvent.BeforeLoadHandler<?>> |
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. |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
getSource |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
|---|
toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BeforeLoadEvent(C loadConfig)
loadConfig - the load configuration that will be used to load the data| Method Detail |
|---|
public static GwtEvent.Type<BeforeLoadEvent.BeforeLoadHandler<?>> getType()
public GwtEvent.Type<BeforeLoadEvent.BeforeLoadHandler<C>> getAssociatedType()
getAssociatedType in class GwtEvent<BeforeLoadEvent.BeforeLoadHandler<C>>public C getLoadConfig()
public boolean isCancelled()
CancellableEvent
isCancelled in interface CancellableEventpublic void setCancelled(boolean cancel)
CancellableEvent
setCancelled in interface CancellableEventcancel - true to cancel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||