public class Hover
extends java.lang.Object
Constructor and Description |
---|
Hover() |
Modifier and Type | Method and Description |
---|---|
static void |
hide()
Hide hover hover Canvas shown via
show() |
static void |
show(Canvas contents,
Label properties)
Displays a standard Hover canvas containing the specified canvas as the content.
This method may also be called to modify the content of the hover if it is already showing. |
static void |
show(java.lang.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. |
public static void hide()
show()
public static void show(java.lang.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 hover. See HTMLString
properties
- object containing attributes for managing the hover canvas' appearance. Valid properties include:public static void show(Canvas 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 hover. See HTMLString
properties
- object containing attributes for managing the hover canvas' appearance. Valid properties include: