Method Summary |
|
public void | setAutoHide(boolean autoHide) True to automatically hide the quick tip after the mouse exits the target element (defaults to true). |
public void | setCls(String cls) |
public void | setDismissDelay(int dismissDelay) |
public void | setHideDelay(int hideDelay) Delay in milliseconds before the quick tip hides when autoHide = true (defaults to 200). |
public void | setHideOnClick(boolean hideOnClick) True to hide the quick tip if the user clicks anywhere in the document (defaults to true). |
public void | setInterceptTitles(boolean interceptTitles) True to automatically use the element's DOM title value if available (defaults to false). |
public void | setMaxWidth(int maxWidth) The maximum width of the quick tip (defaults to 300). |
public void | setMinWidth(int minWidth) The minimum width of the quick tip (defaults to 40). |
public void | setShowDelay(int showDelay) Delay in milliseconds before the quick tip displays after the mouse enters the target element (defaults to 500). |
public void | setTarget(String target) |
public void | setTarget(Component target) |
public void | setText(String text) Body text to display (defaults to ''). |
public void | setTitle(String title) Title text to display (defaults to ''). |
public void | setTrackMouse(boolean trackMouse) True to have the quick tip follow the mouse as it moves over the target element (defaults to false). |
public void | setTraget(Element traget) |
public void | setWidth(int width) |