|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasHoverHandlers
Method Summary | |
---|---|
HandlerRegistration |
addHoverHandler(HoverHandler handler)
If canHover is true for this widget, the hover string method will
be fired when the user hovers over this canvas. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addHoverHandler(HoverHandler handler)
canHover
is true for this widget, the hover
string method will
be fired when the user hovers over this canvas. If this method returns false, it will
suppress the default behavior of showing a hover canvas if this.showHover
is true.
handler
- the hover handler
HandlerRegistration
used to remove this handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |