|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasHoverHiddenHandlers
Method Summary | |
---|---|
HandlerRegistration |
addHoverHiddenHandler(HoverHiddenHandler handler)
If 'showHover' is true for this canvas, this notification method
will be fired whenever the hover shown in response to Canvas.handleHover() is hidden. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addHoverHiddenHandler(HoverHiddenHandler handler)
'showHover'
is true for this canvas, this notification method
will be fired whenever the hover shown in response to Canvas.handleHover()
is hidden.
This method may be observed or overridden.
handler
- the hoverHidden handler
HandlerRegistration
used to remove this handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |