|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.event.shared.GwtEvent<OpenHandler<T>>
com.google.gwt.event.logical.shared.OpenEvent<T>
T - the type being openedpublic class OpenEvent<T>
Represents a open event.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Method Summary | ||
|---|---|---|
static
|
fire(HasOpenHandlers<T> source,
T target)
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing. |
|
GwtEvent.Type<OpenHandler<T>> |
getAssociatedType()
Returns the type used to register this event. |
|
T |
getTarget()
Gets the target. |
|
static GwtEvent.Type<OpenHandler<?>> |
getType()
Gets the type associated with this event. |
|
| 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(HasOpenHandlers<T> source,
T target)
T - the target typesource - the source of the handlerstarget - the targetpublic static GwtEvent.Type<OpenHandler<?>> getType()
public final GwtEvent.Type<OpenHandler<T>> getAssociatedType()
GwtEvent
getAssociatedType in class GwtEvent<OpenHandler<T>>public T getTarget()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||