|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.event.shared.GwtEvent<CloseHandler<T>>
com.google.gwt.event.logical.shared.CloseEvent<T>
T - the type being closedpublic class CloseEvent<T>
Represents a close event.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Method Summary | ||
|---|---|---|
static
|
fire(HasCloseHandlers<T> source,
T target)
Fires a close event on all registered handlers in the handler manager. |
|
static
|
fire(HasCloseHandlers<T> source,
T target,
boolean autoClosed)
Fires a close event on all registered handlers in the handler manager. |
|
GwtEvent.Type<CloseHandler<T>> |
getAssociatedType()
Returns the type used to register this event. |
|
T |
getTarget()
Gets the target. |
|
static GwtEvent.Type<CloseHandler<?>> |
getType()
Gets the type associated with this event. |
|
boolean |
isAutoClosed()
Was the target automatically closed? |
|
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
getSource, toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static <T> void fire(HasCloseHandlers<T> source,
T target)
T - the target typesource - the source of the handlerstarget - the target
public static <T> void fire(HasCloseHandlers<T> source,
T target,
boolean autoClosed)
T - the target typesource - the source of the handlerstarget - the targetautoClosed - was the target closed automaticallypublic static GwtEvent.Type<CloseHandler<?>> getType()
public final GwtEvent.Type<CloseHandler<T>> getAssociatedType()
GwtEvent
getAssociatedType in class GwtEvent<CloseHandler<T>>public T getTarget()
public boolean isAutoClosed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||