public class ClosedEvent<T> extends GwtEvent<ClosedHandler<T>>
CloseEventGwtEvent.Type<H>| Constructor and Description |
|---|
ClosedEvent(T target,
boolean autoClosed) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ClosedHandler handler) |
static <T> void |
fire(HasCloseHandlers<T> source,
T target)
Fires a closed event on all registered handlers in the handler manager.
|
static <T> void |
fire(HasCloseHandlers<T> source,
T target,
boolean autoClosed)
Fires a closed event on all registered handlers in the handler manager.
|
GwtEvent.Type<ClosedHandler<T>> |
getAssociatedType() |
T |
getTarget() |
static GwtEvent.Type<ClosedHandler<?>> |
getType() |
boolean |
isAutoClosed() |
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic ClosedEvent(T target, boolean autoClosed)
public static GwtEvent.Type<ClosedHandler<?>> getType()
public static <T> void fire(HasCloseHandlers<T> source, T target)
T - the target typesource - the source of the handlerstarget - the targetpublic 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 final GwtEvent.Type<ClosedHandler<T>> getAssociatedType()
getAssociatedType in class GwtEvent<ClosedHandler<T>>public boolean isAutoClosed()
protected void dispatch(ClosedHandler handler)
dispatch in class GwtEvent<ClosedHandler<T>>Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.