|
||||||||||
| 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<DeactivateEvent.DeactivateHandler<T>>
com.sencha.gxt.widget.core.client.event.DeactivateEvent<T>
public class DeactivateEvent<T>
Fires after a widget is deactivated.
| Nested Class Summary | |
|---|---|
static interface |
DeactivateEvent.DeactivateHandler<T>
Handler class for DeactivateEvent events. |
static interface |
DeactivateEvent.HasDeactivateHandlers<T>
A widget that implements this interface is a public source of DeactivateEvent events. |
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Constructor Summary | |
|---|---|
DeactivateEvent(T item)
|
|
| Method Summary | |
|---|---|
GwtEvent.Type<DeactivateEvent.DeactivateHandler<T>> |
getAssociatedType()
|
T |
getItem()
|
Component |
getSource()
|
static GwtEvent.Type<DeactivateEvent.DeactivateHandler<?>> |
getType()
Gets the type associated with this event. |
| 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 DeactivateEvent(T item)
| Method Detail |
|---|
public static GwtEvent.Type<DeactivateEvent.DeactivateHandler<?>> getType()
public GwtEvent.Type<DeactivateEvent.DeactivateHandler<T>> getAssociatedType()
getAssociatedType in class GwtEvent<DeactivateEvent.DeactivateHandler<T>>public T getItem()
public Component getSource()
getSource in class GwtEvent<DeactivateEvent.DeactivateHandler<T>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||