|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasAttachHandlers
A widget that implements this interface is a public source of
AttachEvent
events.
Method Summary | |
---|---|
HandlerRegistration |
addAttachHandler(AttachEvent.Handler handler)
Adds an AttachEvent handler. |
boolean |
isAttached()
Returns whether or not the receiver is attached to the Document 's
BodyElement . |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addAttachHandler(AttachEvent.Handler handler)
AttachEvent
handler.
handler
- the handler
boolean isAttached()
Document
's
BodyElement
.
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |