public class ClosedEvent<T> extends com.google.gwt.event.shared.GwtEvent<ClosedHandler<T>>
CloseEvent| 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.
|
com.google.gwt.event.shared.GwtEvent.Type<ClosedHandler<T>> |
getAssociatedType() |
T |
getTarget() |
static com.google.gwt.event.shared.GwtEvent.Type<ClosedHandler<?>> |
getType() |
boolean |
isAutoClosed() |
assertLive, getSource, isLive, kill, revivepublic ClosedEvent(T target, boolean autoClosed)
public static com.google.gwt.event.shared.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 com.google.gwt.event.shared.GwtEvent.Type<ClosedHandler<T>> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ClosedHandler<T>>public T getTarget()
public boolean isAutoClosed()
protected void dispatch(ClosedHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ClosedHandler<T>>Copyright © 2016. All rights reserved.