com.smartgwt.client.util
Class Hover
java.lang.Object
com.smartgwt.client.util.Hover
public class Hover
- extends Object
Utility methods related to hover / tooltips / prompts.
Constructor Summary |
Hover()
|
Method Summary |
static void |
clear()
Clear any active hover prompt. |
static Canvas |
getCanvas()
Return the canvas corresponding to the active hover. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hover
public Hover()
clear
public static void clear()
- Clear any active hover prompt.
getCanvas
public static Canvas getCanvas()
- Return the canvas corresponding to the active hover.
- Returns:
- the hover canvas/