|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.smartgwt.client.widgets.Hover
public class Hover
The Hover class handles showing a simple Smart GWT canvas containing arbitrary HTML, or triggering some other action in response to a user holding the mouse-pointer (or hovering) over a specific widget.
Constructor Summary | |
---|---|
Hover()
|
Method Summary | |
---|---|
static void |
hide()
Hide hover hover Canvas shown via Hover.show |
static void |
show(String contents,
Label properties)
Displays a standard Hover canvas containing the specified HTML content. This method may also be called to modify the content of the hover if it is already showing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Hover()
Method Detail |
---|
public static void hide()
Hover.show
public static void show(String contents, Label properties)
Hover.hide
to hide
the canvas again.Canvas.mouseOut
handler to track when the user moves off the component, or checking EventHandler.getTarget
as part of the asynchronous callback The
default Hover canvas position will be based on the mouse pointer position, adjusted by leftOffset
and topOffset
. If this position would render the Hover canvas partially clipped, it will be automatically modified to
ensure the Hover is entirely visible.
contents
- contents for the hoverproperties
- object containing attributes for managing the hover canvas' appearance. Valid properties include:moveWithMouse
]
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |