|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.core.JsObject
com.gwtext.client.core.BaseConfig
com.gwtext.client.widgets.QuickTipsConfig
public class QuickTipsConfig
Configuration class for QuickTips.
| Field Summary |
|---|
| Fields inherited from class com.gwtext.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
QuickTipsConfig()
|
|
| Method Summary | |
|---|---|
void |
setAutoHide(boolean autoHide)
True to automatically hide the quick tip after the mouse exits the target element (defaults to true). |
void |
setCls(java.lang.String cls)
|
void |
setDismissDelay(int dismissDelay)
|
void |
setHideDelay(int hideDelay)
Delay in milliseconds before the quick tip hides when autoHide = true (defaults to 200). |
void |
setHideOnClick(boolean hideOnClick)
True to hide the quick tip if the user clicks anywhere in the document (defaults to true). |
void |
setInterceptTitles(boolean interceptTitles)
True to automatically use the element's DOM title value if available (defaults to false). |
void |
setMaxWidth(int maxWidth)
The maximum width of the quick tip (defaults to 300). |
void |
setMinWidth(int minWidth)
The minimum width of the quick tip (defaults to 40). |
void |
setShowDelay(int showDelay)
Delay in milliseconds before the quick tip displays after the mouse enters the target element (defaults to 500). |
void |
setTarget(Component target)
|
void |
setTarget(java.lang.String target)
|
void |
setText(java.lang.String text)
Body text to display (defaults to ''). |
void |
setTitle(java.lang.String title)
Title text to display (defaults to ''). |
void |
setTrackMouse(boolean trackMouse)
True to have the quick tip follow the mouse as it moves over the target element (defaults to false). |
void |
setTraget(com.google.gwt.user.client.Element traget)
|
void |
setWidth(int width)
|
| Methods inherited from class com.gwtext.client.core.JsObject |
|---|
getJsObj, getProperties, isCreated, setJsObj |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuickTipsConfig()
| Method Detail |
|---|
public void setAutoHide(boolean autoHide)
autoHide - true to auto hidepublic void setCls(java.lang.String cls)
public void setDismissDelay(int dismissDelay)
public void setTraget(com.google.gwt.user.client.Element traget)
public void setTarget(java.lang.String target)
public void setTarget(Component target)
public void setText(java.lang.String text)
text - the textpublic void setTitle(java.lang.String title)
title - the titlepublic void setWidth(int width)
public void setHideDelay(int hideDelay)
hideDelay - hide delay in millisecondspublic void setHideOnClick(boolean hideOnClick)
hideOnClick - true to hide on clickpublic void setInterceptTitles(boolean interceptTitles)
interceptTitles - true to automatically use the element's DOM title value if availablepublic void setMaxWidth(int maxWidth)
maxWidth - the max widthpublic void setMinWidth(int minWidth)
minWidth - the min widthpublic void setShowDelay(int showDelay)
showDelay - the show delaypublic void setTrackMouse(boolean trackMouse)
trackMouse - true to track mouse
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||