|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttachEvent.Handler | |
---|---|
com.google.gwt.event.logical.shared | Types related to logical events that do not have direct analogues to DOM events and which can be used in contexts other than web browsers. |
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of AttachEvent.Handler in com.google.gwt.event.logical.shared |
---|
Fields in com.google.gwt.event.logical.shared with type parameters of type AttachEvent.Handler | |
---|---|
(package private) static GwtEvent.Type<AttachEvent.Handler> |
AttachEvent.TYPE
The event type. |
Methods in com.google.gwt.event.logical.shared that return types with arguments of type AttachEvent.Handler | |
---|---|
GwtEvent.Type<AttachEvent.Handler> |
AttachEvent.getAssociatedType()
|
static GwtEvent.Type<AttachEvent.Handler> |
AttachEvent.getType()
Ensures the existence of the handler hook and then returns it. |
Methods in com.google.gwt.event.logical.shared with parameters of type AttachEvent.Handler | |
---|---|
HandlerRegistration |
HasAttachHandlers.addAttachHandler(AttachEvent.Handler handler)
Adds an AttachEvent handler. |
protected void |
AttachEvent.dispatch(AttachEvent.Handler handler)
|
Uses of AttachEvent.Handler in com.google.gwt.user.client.ui |
---|
Methods in com.google.gwt.user.client.ui with parameters of type AttachEvent.Handler | |
---|---|
HandlerRegistration |
Widget.addAttachHandler(AttachEvent.Handler handler)
|
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |